Skip to content

Commit

Permalink
cc2520: adds terminating newline
Browse files Browse the repository at this point in the history
Signed-off-by: Varka Bhadram <varkab@cdac.in>
Acked-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
  • Loading branch information
bhadram authored and holtmann committed Dec 5, 2014
1 parent bcb47aa commit fff71b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ieee802154/cc2520.c
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ static int cc2520_probe(struct spi_device *spi)
pinctrl = devm_pinctrl_get_select_default(&spi->dev);
if (IS_ERR(pinctrl))
dev_warn(&spi->dev,
"pinctrl pins are not configured");
"pinctrl pins are not configured\n");

pdata = cc2520_get_platform_data(spi);
if (!pdata) {
Expand Down

0 comments on commit fff71b1

Please sign in to comment.