| commit | 649520bbc51a06955b8563906b17e957e972926d | [log] [tgz] |
|---|---|---|
| author | Teodora Baluta <teobaluta@gmail.com> | Sun Nov 10 17:12:44 2013 +0200 |
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Nov 10 11:15:08 2013 -0800 |
| tree | ffc5d0d569aebff8fa2e8ab75f4edb39e6ef5b59 | |
| parent | 0fd682f644d5773c0107838f5316db3361332a19 [diff] |
staging: vt6655: fix comparison of bool to 0/1 This patch corrects comparison of bool to 0/1 for file drivers/staging/vt6655/rxtx.c. The following type of coccinelle detected warnings are silenced: WARNING: Comparison of bool to 0/1 Signed-off-by: Teodora Baluta <teobaluta@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>