]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit90293e8a0cf0a91860de99b72c55673edfe07644
tree6562f55d6e675dfd85106cb5bac8679b3bae6f59
parent78bfd05bfb5d3b19dc7b073bf22594db5d0429bf
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