linux/drivers/staging/winbond
Peter Senna Tschudin ffb324aa16 staging: winbond: Change variable type to bool
The variable Trigger is only assigned the values true and false.
Change its type to bool.

The simplified semantic patch that find this problem is as
follows (http://coccinelle.lip6.fr/):

@exists@
type T;
identifier b;
@@
- T
+ bool
  b = ...;
  ... when any
  b = \(true\|false\)

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-09-25 16:28:59 -07:00
..
core.h
Kconfig staging: Add angle bracket before and after the URL 2013-01-07 14:56:04 -08:00
localpara.h staging: "winbond" Fix typos. 2012-09-04 14:27:42 -07:00
mac_structures.h
Makefile
mds_f.h Staging: winbond: mds_f: deleted extern function 2013-08-12 14:55:50 -07:00
mds_s.h
mds.c Staging: winbond: mds: fixed some lines over 80 characters 2013-08-12 14:55:50 -07:00
mto.c staging: "winbond" Fix typos. 2012-09-04 14:27:42 -07:00
mto.h
phy_calibration.c Staging: winbond: usb_free_urb(NULL) is safe 2013-05-30 20:59:47 +09:00
phy_calibration.h Staging: winbond: wb35reg: avoided use of extern function 2013-08-12 14:55:49 -07:00
reg.c Staging: winbond: Made local functions static 2013-05-30 20:59:48 +09:00
sme_api.h staging: winbond: Coding Style correction and removal of unused macro 2012-09-25 15:48:26 -07:00
TODO
wb35reg_f.h
wb35reg_s.h
wb35reg.c Staging: winbond: wb35reg: avoided use of extern function 2013-08-12 14:55:49 -07:00
wb35rx_f.h Staging: winbond: wb35rx_f: Fixed coding style issues 2012-11-13 13:11:57 -08:00
wb35rx_s.h Staging: winbond: wb35rx_s: Fixed coding style issue 2012-11-13 13:11:57 -08:00
wb35rx.c Staging: winbond: usb_free_urb(NULL) is safe 2013-05-30 20:59:47 +09:00
wb35tx_f.h
wb35tx_s.h Staging: winbond: Removed undesired spaces, lines and tabs 2012-09-26 09:18:46 -07:00
wb35tx.c staging: winbond: Change variable type to bool 2013-09-25 16:28:59 -07:00
wbhal.h staging: "winbond" Fix typos. 2012-10-23 20:35:54 -07:00
wbusb.c Staging: winbond: wbusb: Fixed coding style issue 2012-11-13 13:11:57 -08:00