]> git.baikalelectronics.ru Git - kernel.git/commit
staging: ks7010: Delete unnecessary assignments for buffer variables
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 17 Jul 2016 11:38:46 +0000 (13:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Aug 2016 14:34:18 +0000 (16:34 +0200)
commit8e3363a01f089ef5575dccabdf1c4f31922b4d09
treed19094302b1deab9201ab62ddd1e7f48cffa6583
parent3e138b6ffa1f2c8715cb550ab359f7c7c60e4db4
staging: ks7010: Delete unnecessary assignments for buffer variables

A few variables were assigned a null pointer despite of the detail
that they were immediately reassigned by the following statement.
Thus remove such unnecessary assignments.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Reviewed-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks7010_sdio.c