commit | 3d08f43c73c4144517e31f3cf7564f98e81fd28f | [log] [tgz] |
---|---|---|
author | Maxim Zhukov <mussitantesmortem@gmail.com> | Mon Feb 05 00:09:46 2018 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Wed Feb 07 09:46:09 2018 +0100 |
tree | 93babe5f3fafed8e0f2ab7e659c7264c544f2cdb | |
parent | f13b3d7e81bd8b40a42c2fe5304b2fc53d638378 [diff] |
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>