
9 Nov
2017
9 Nov
'17
1:21 p.m.
On Thu, Nov 09, 2017 at 02:48:11PM +0800, Oder Chiou wrote:
dev_err(&i2c->dev,
"Device with ID register %#x is not rt5663,"
" retry one time.\n", val);
This still splits the error message over two lines - like I said that'll make it harder for someone to search the kernel source to find where the error was generated and understand what it means.