ofono/drivers/nwmodem
Lucas De Marchi b82a7f8511 drivers: explicitly compare pointers to NULL
This patch was generated by the following semantic patch
(http://coccinelle.lip6.fr/)

// <smpl>
@fix disable is_null,isnt_null1@
expression *E;
@@

- !E
+ E == NULL
// </smpl>
2010-11-29 11:37:09 -06:00
..
nwmodem.c Add support for Novatel specific radio settings 2010-06-06 11:08:16 -07:00
nwmodem.h Add support for Novatel specific radio settings 2010-06-06 11:08:16 -07:00
radio-settings.c drivers: explicitly compare pointers to NULL 2010-11-29 11:37:09 -06:00