diff options
| author | 2011-08-04 07:29:33 -0300 | |
|---|---|---|
| committer | 2011-09-03 08:43:14 -0300 | |
| commit | f00fd919ef71b3d6d52dbfa7ce827679d92af713 (patch) | |
| tree | 9e49531ee9ae726d74d3c47239ac9f6f08912baa /include/linux | |
| parent | [media] tm6000: Don't try to use a non-existing interface (diff) | |
[media] drivers/media/video/hexium_gemini.c: delete useless initialization
Delete nontrivial initialization that is immediately overwritten by the
result of an allocation function.
The semantic match that makes this change is as follows:
// <smpl>
@@
type T;
identifier i;
expression e;
@@
(
T i = \(0\|NULL\|ERR_PTR(...)\);
|
-T i = e;
+T i;
)
... when != i
i = \(kzalloc\|kcalloc\|kmalloc\)(...);
// </smpl>
Signed-off-by: Julia Lawall <julia@diku.dk>
Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
