From: Sergei Shtylyov Date: Thu, 21 Mar 2013 10:39:22 +0000 (+0000) Subject: sh_eth: kill unneeded typecast in sh_eth_drv_probe() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~376 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=564044b0928d46a87774c246ae80cb3cead9264d;p=pandora-kernel.git sh_eth: kill unneeded typecast in sh_eth_drv_probe() sh_eth_drv_probe() does cast from 'void *' when assigning to the 'pd' variable which is automatic anyway. Turn the assignment into initializer, while removing the cast... Signed-off-by: Sergei Shtylyov Signed-off-by: David S. Miller --- Reading git-diff-tree failed