From: Christian Engelmayer Date: Wed, 7 May 2014 19:26:43 +0000 (+0200) Subject: staging: silicom: Remove unused pointer in bypass_init_module() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~540 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43b54cc91b5d13110a99ef65a981c8bec9e68328;p=pandora-kernel.git staging: silicom: Remove unused pointer in bypass_init_module() Pointer 'pbpctl_dev_c' in function bypass_init_module() is unused. Thus remove it. With the last variable declaration gone, there is no more need for an own block. Remove it and adapt the indenting accordingly. Signed-off-by: Christian Engelmayer Reviewed-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed