OSDN Git Service

staging: silicom: Remove unused pointer in bypass_init_module()
authorChristian Engelmayer <cengelma@gmx.at>
Wed, 7 May 2014 19:26:43 +0000 (21:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 May 2014 11:40:41 +0000 (20:40 +0900)
commit43b54cc91b5d13110a99ef65a981c8bec9e68328
treeb8e3401622b619687a12137cd34c3e291fb3ba3f
parent01cda8d380129f605f3f1cd69bdc98ec6cef44ad
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 <cengelma@gmx.at>
Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/silicom/bpctl_mod.c