fix both instances of name
Pointy hat: sam
This commit is contained in:
parent
f1859b93d6
commit
a648074191
@ -79,7 +79,7 @@ struct ath_hal_chip {
|
||||
};
|
||||
#ifndef AH_CHIP
|
||||
#define AH_CHIP(_name, _probe, _attach) \
|
||||
static struct ath_hal_chip name##_chip = { \
|
||||
static struct ath_hal_chip _name##_chip = { \
|
||||
.name = #_name, \
|
||||
.probe = _probe, \
|
||||
.attach = _attach \
|
||||
|
Loading…
x
Reference in New Issue
Block a user