summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Schmidt2014-12-12 12:45:28 +0100
committerMarcel Holtmann2014-12-19 00:19:24 +0100
commitca28849d01cc72876b1c5183c7fbef4ee8f2133b (patch)
tree09694b99397e0f41371bab4e6a6a564df89a84ff
parentat86rf230: add reset state cca handling (diff)
downloadkernel-qcow2-linux-ca28849d01cc72876b1c5183c7fbef4ee8f2133b.tar.gz
kernel-qcow2-linux-ca28849d01cc72876b1c5183c7fbef4ee8f2133b.tar.xz
kernel-qcow2-linux-ca28849d01cc72876b1c5183c7fbef4ee8f2133b.zip
ieee802154/at86rf230: Remove unneeded blank lines
Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com> Acked-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
-rw-r--r--drivers/net/ieee802154/at86rf230.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ieee802154/at86rf230.c b/drivers/net/ieee802154/at86rf230.c
index 0626e7d09a72..318bc4b001e4 100644
--- a/drivers/net/ieee802154/at86rf230.c
+++ b/drivers/net/ieee802154/at86rf230.c
@@ -524,7 +524,6 @@ at86rf230_async_state_assert(void *context)
}
}
-
dev_warn(&lp->spi->dev, "unexcept state change from 0x%02x to 0x%02x. Actual state: 0x%02x\n",
ctx->from_state, ctx->to_state, trx_state);
}
@@ -762,7 +761,6 @@ at86rf230_tx_trac_check(void *context)
at86rf230_tx_on(context);
}
-
static void
at86rf230_tx_trac_status(void *context)
{