Bluetooth: ath3k: Fix warning: quoted string split across lines
authorMaxim Zhukov <mussitantesmortem@gmail.com>
Sun, 4 Feb 2018 21:09:46 +0000 (00:09 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 7 Feb 2018 08:46:09 +0000 (09:46 +0100)
commit3d08f43c73c4144517e31f3cf7564f98e81fd28f
tree93babe5f3fafed8e0f2ab7e659c7264c544f2cdb
parentf13b3d7e81bd8b40a42c2fe5304b2fc53d638378
Bluetooth: ath3k: Fix warning: quoted string split across lines

This patch avoided the warning:
WARNING: quoted string split across lines
 #355: FILE: drivers/bluetooth/ath3k.c:355:
 + BT_ERR("Error in firmware loading err = %d,"
 + "len = %d, size = %d", err, len, size);

This patch fix this issue.

Signed-off-by: Maxim Zhukov <mussitantesmortem@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/ath3k.c