linux/drivers/staging/speakup
Ilia Mirkin 39dd3e5d7b staging: speakup: Remove NULL check before kfree
This patch was generated by the following semantic patch:
// <smpl>
@@ expression E; @@
- if (E != NULL) { kfree(E); }
+ kfree(E);

@@ expression E; @@
- if (E != NULL) { kfree(E); E = NULL; }
+ kfree(E);
+ E = NULL;
// </smpl>

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-03-14 11:57:36 -07:00
..
DefaultKeyAssignments Staging: add speakup to the staging directory 2010-10-07 19:22:31 -07:00
Kconfig Staging: add speakup to the staging directory 2010-10-07 19:22:31 -07:00
Makefile Staging: speakup: Makefile: Makefile clean up 2010-10-08 07:26:24 -07:00
TODO Staging: add speakup to the staging directory 2010-10-07 19:22:31 -07:00
buffers.c BKL: remove extraneous #include <smp_lock.h> 2010-11-17 08:59:32 -08:00
devsynth.c staging: speakup: devsynth.c: style fixes 2010-10-12 10:50:41 -07:00
fakekey.c fakekey: Simplify speakup_fake_key_pressed through this_cpu_ops 2010-12-17 15:07:19 +01:00
i18n.c staging: speakup: i18n.c fix long lines 2010-10-19 10:06:04 -07:00
i18n.h Staging: add speakup to the staging directory 2010-10-07 19:22:31 -07:00
keyhelp.c Staging: speakup: fix an out-of-bounds error. 2011-02-23 14:39:09 -08:00
kobjects.c Staging: speakup: &&/|| confusion in silent_store() 2011-01-20 12:06:07 -08:00
main.c staging: speakup: Remove NULL check before kfree 2011-03-14 11:57:36 -07:00
selection.c staging: speakup: selection.c style fixes 2010-10-19 10:06:05 -07:00
serialio.c staging: speakup: serialio.c style fixes 2010-10-19 10:06:05 -07:00
serialio.h Staging: add speakup to the staging directory 2010-10-07 19:22:31 -07:00
speakup.h staging: speakup: main.c style fixes 2010-10-19 10:06:04 -07:00
speakup_acnt.h Staging: add speakup to the staging directory 2010-10-07 19:22:31 -07:00
speakup_acntpc.c staging: speakup: speakup_acntpc.c: style fixes 2010-10-15 12:22:35 -07:00
speakup_acntsa.c staging: speakup: speakup_acntsa.c: style fixes 2010-10-15 12:22:35 -07:00
speakup_apollo.c staging: speakup: speakup_apollo.c: style fixes 2010-10-15 12:22:35 -07:00
speakup_audptr.c staging: speakup: speakup_audptr.c: style fixes 2010-10-15 12:22:36 -07:00
speakup_bns.c staging: speakup: speakup_bns.c: style fixes 2010-10-15 12:22:36 -07:00
speakup_decext.c staging: speakup: speakup_decext.c: style fixes 2010-10-15 12:22:36 -07:00
speakup_decpc.c staging: speakup: speakup_decpc.c: style fixes 2010-10-15 12:22:36 -07:00
speakup_dectlk.c staging: speakup: speakup_dectlk.c: style fixes 2010-10-15 12:22:38 -07:00
speakup_dtlk.c staging: speakup: speakup_dtlk.c: style fixes 2010-10-15 12:22:36 -07:00
speakup_dtlk.h Staging: add speakup to the staging directory 2010-10-07 19:22:31 -07:00
speakup_dummy.c staging: speakup: speakup_dummy.c: style fixes 2010-10-15 12:22:37 -07:00
speakup_keypc.c staging: speakup: speakup_keypc.c: style fixes 2010-10-15 12:22:37 -07:00
speakup_ltlk.c staging: speakup: speakup_ltlk.c: style fixes 2010-10-15 12:22:37 -07:00
speakup_soft.c staging: speakup: speakup_soft.c: style fixes 2010-10-15 12:22:37 -07:00
speakup_spkout.c staging: speakup: speakup_spkout.c: style fixes 2010-10-15 12:22:38 -07:00
speakup_txprt.c staging: speakup: speakup_txprt.c: style fixes 2010-10-15 12:22:38 -07:00
speakupmap.h Staging: add speakup to the staging directory 2010-10-07 19:22:31 -07:00
speakupmap.map Staging: add speakup to the staging directory 2010-10-07 19:22:31 -07:00
spk_priv.h Staging: add speakup to the staging directory 2010-10-07 19:22:31 -07:00
spk_priv_keyinfo.h staging: speakup: enlosed macros with complex values in parenthesis 2011-02-04 13:01:02 -08:00
spk_types.h staging: speakup: enlosed macros with complex values in parenthesis 2011-02-04 13:01:02 -08:00
spkguide.txt Staging: add speakup to the staging directory 2010-10-07 19:22:31 -07:00
synth.c staging: speakup: synth.c style fixes 2010-10-19 10:06:05 -07:00
thread.c staging: speakup: thread.c style fixes 2010-10-19 10:06:05 -07:00
varhandlers.c staging: speakup: varhandlers.c style fixes 2010-10-19 10:06:05 -07:00