From: Mark Einon Date: Tue, 30 Oct 2012 18:38:57 +0000 (+0000) Subject: staging: et131x: Remove unnecessary NULL pointer assignments X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~781 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=186c426ddfb8ba31eac5c6e82dcbac74f7e531dd;p=pandora-kernel.git 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 Signed-off-by: Mark Einon Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed