diff options
-rw-r--r-- | drivers/net/ieee802154/at86rf230.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ieee802154/at86rf230.c b/drivers/net/ieee802154/at86rf230.c index 3523d9e63f21..2f66b8a81acd 100644 --- a/drivers/net/ieee802154/at86rf230.c +++ b/drivers/net/ieee802154/at86rf230.c | |||
@@ -1474,7 +1474,7 @@ at86rf230_detect_device(struct at86rf230_local *lp) | |||
1474 | lp->hw->phy->symbol_duration = 16; | 1474 | lp->hw->phy->symbol_duration = 16; |
1475 | break; | 1475 | break; |
1476 | default: | 1476 | default: |
1477 | chip = "unkown"; | 1477 | chip = "unknown"; |
1478 | rc = -ENOTSUPP; | 1478 | rc = -ENOTSUPP; |
1479 | break; | 1479 | break; |
1480 | } | 1480 | } |