ofono/drivers/stemodem
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
..
caif_rtnl.c ste: Remove stray newlines in messages sent to log 2010-11-26 13:49:19 -06:00
caif_rtnl.h stemodem: Fix various coding style and logic issues with RTNL support 2010-11-13 10:26:07 +09:00
caif_socket.h stedriver: Copy caif_socket.h from 2.6.36 RC 2010-08-12 11:32:12 -05:00
gprs-context.c drivers: explicitly compare pointers to NULL 2010-11-29 11:37:09 -06:00
if_caif.h stemodem: Copy if_caif.h from 2.6.36 RC 2010-08-13 14:00:43 -05:00
radio-settings.c drivers: explicitly compare pointers to NULL 2010-11-29 11:37:09 -06:00
stemodem.c stemodem: Add Radio Settings to STE Modem 2010-08-17 14:40:44 +02:00
stemodem.h stemodem: Add Radio Settings to STE Modem 2010-08-17 14:40:44 +02:00
voicecall.c drivers: explicitly compare pointers to NULL 2010-11-29 11:37:09 -06:00