Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 252ed5c1 authored by Daeseok Youn's avatar Daeseok Youn Committed by Greg Kroah-Hartman
Browse files

staging: cxt1e1: remove unused variable

parent 696c9c7f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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));