Signed-off-by: Daeseok Youn <daeseok.y...@gmail.com> --- drivers/staging/cxt1e1/hwprobe.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/staging/cxt1e1/hwprobe.c b/drivers/staging/cxt1e1/hwprobe.c index 02b4f8f..07de83f 100644 --- a/drivers/staging/cxt1e1/hwprobe.c +++ b/drivers/staging/cxt1e1/hwprobe.c @@ -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)); -- 1.7.9.5 --- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/