diff options
Diffstat (limited to 'drivers/net/bna/cna.h')
-rw-r--r-- | drivers/net/bna/cna.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bna/cna.h b/drivers/net/bna/cna.h index bbd39dc65972..3c47dc52b423 100644 --- a/drivers/net/bna/cna.h +++ b/drivers/net/bna/cna.h @@ -74,7 +74,7 @@ typedef struct mac { u8 mac[MAC_ADDRLEN]; } mac_t; bfa_q_next(_q) = bfa_q_next(*((struct list_head **) _qe)); \ bfa_q_qe_init(*((struct list_head **) _qe)); \ } else { \ - *((struct list_head **) (_qe)) = (struct list_head *) NULL; \ + *((struct list_head **)(_qe)) = NULL; \ } \ } |