All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: cxt1e1: remove unused variable
@ 2014-02-28  2:06 Daeseok Youn
  0 siblings, 0 replies; only message in thread
From: Daeseok Youn @ 2014-02-28  2:06 UTC (permalink / raw)
  To: gregkh; +Cc: sachin.kamat, shaun, dulshani.gunawardhana89, devel, linux-kernel


Signed-off-by: Daeseok Youn <daeseok.youn@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

---

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-28  2:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-28  2:06 [PATCH] staging: cxt1e1: remove unused variable Daeseok Youn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.