staging: cxt1e1: remove unused variable

Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Daeseok Youn 2014-02-28 11:06:50 +09:00 committed by Greg Kroah-Hartman
parent 696c9c7ffa
commit 252ed5c1a1
1 changed files with 1 additions and 2 deletions

View File

@ -49,10 +49,9 @@ show_two (hdw_info_t *hi, int brdno)
ci_t *ci;
struct pci_dev *pdev;
char *bid;
char *bp, banner[80];
char banner[80];
char sn[6];
bp = banner;
memset (banner, 0, 80); /* clear print buffer */
ci = (ci_t *)(netdev_priv(hi->ndev));