staging: et131x: Remove unnecessary NULL pointer assignments
authorMark Einon <mark.einon@gmail.com>
Tue, 30 Oct 2012 18:38:57 +0000 (18:38 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Oct 2012 19:30:13 +0000 (12:30 -0700)
commit186c426ddfb8ba31eac5c6e82dcbac74f7e531dd
tree6562f55d6e675dfd85106cb5bac8679b3bae6f59
parent96d3927868c95d464b59a36fced4b184b8e3082d
staging: et131x: Remove unnecessary NULL pointer assignments

During a previous refactoring excerise, two NULL pointer assingments
were moved to their respective pointer declarations. Dan Carpenter
correctly points out that these assignments are not needed.
Removing them.

Also two small whitespace changes - rejoining split lines, as they are
now less than 80 chars.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/et131x/et131x.c
This page took 0.026753 seconds and 5 git commands to generate.