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
localpara.h
mac_structures.h
Makefile
mds.c Staging: winbond: mds: fixed some lines over 80 characters 2013-08-12 14:55:50 -07:00
mds_f.h Staging: winbond: mds_f: deleted extern function 2013-08-12 14:55:50 -07:00
mds_s.h
mto.c
mto.h
phy_calibration.c
phy_calibration.h Staging: winbond: wb35reg: avoided use of extern function 2013-08-12 14:55:49 -07:00
reg.c
sme_api.h
TODO
wb35reg.c Staging: winbond: wb35reg: avoided use of extern function 2013-08-12 14:55:49 -07:00
wb35reg_f.h
wb35reg_s.h
wb35rx.c
wb35rx_f.h
wb35rx_s.h
wb35tx.c staging: winbond: Change variable type to bool 2013-09-25 16:28:59 -07:00
wb35tx_f.h
wb35tx_s.h
wbhal.h
wbusb.c