kernel_optimize_test/drivers/soc/fsl/qe
Julia Lawall 74c269f69c fsl/qe: use of_property_read_bool
Use of_property_read_bool to check for the existence of a property.

The semantic patch that makes this change is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@@
expression e1,e2;
statement S2,S1;
@@
-       if (of_get_property(e1,e2,NULL))
+       if (of_property_read_bool(e1,e2))
        S1 else S2
// </smpl>

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Scott Wood <oss@buserror.net>
2016-09-25 02:38:51 -05:00
..
gpio.c powerpc: qe_lib-gpio: use gpiochip data pointer 2016-03-30 10:53:04 +02:00
Kconfig fsl/qe: Add QE TDM lib 2016-06-07 15:56:31 -07:00
Makefile fsl/qe: Add QE TDM lib 2016-06-07 15:56:31 -07:00
qe_common.c qe: Use GFP_ATOMIC while spin_lock_irqsave is held 2016-03-09 10:44:13 -06:00
qe_ic.c qe/ic: fix a buffer overflow error and add check elsewhere 2016-03-09 10:44:12 -06:00
qe_ic.h
qe_io.c
qe_tdm.c fsl/qe: use of_property_read_bool 2016-09-25 02:38:51 -05:00
qe.c soc/fsl/qe: Use of_adress_to_resource() in get_qe_base() 2016-09-24 23:01:17 -05:00
ucc_fast.c fsl/qe: setup clock source for TDM mode 2016-06-07 15:56:30 -07:00
ucc_slow.c
ucc.c fsl/qe: setup clock source for TDM mode 2016-06-07 15:56:30 -07:00
usb.c