Mauro Carvalho Chehab
b68d75b955
[media] msp3400-driver: don't use KERN_CONT
...
Drivers using dev_foo() macro should not use KERN_CONT, as, internally,
those macros work as if all strings were terminated by a \n. So, doing:
dev_info(&client->dev, "%s ", client->name);
printk(KERN_CONT "supports radio, mode is autodetect and autoselect");
Would produce the following output:
msp3400 6-0044: msp3400
supports radio, mode is autodetect and autoselect
As there's no good reason to use KERN_CONT, let's rewrite the code
to avoid that, allowing this driver to be converted to dev_foo().
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2016-11-18 10:06:49 -02:00
..
2016-10-21 08:51:33 -02:00
2016-04-13 17:10:59 -03:00
2016-09-22 10:15:36 -03:00
2016-10-21 15:42:43 -02:00
2016-10-21 08:51:50 -02:00
2016-10-24 17:37:12 -02:00
2016-09-06 16:21:24 -03:00
2016-05-27 15:26:11 -07:00
2015-08-11 13:00:15 -03:00
2015-08-11 13:00:15 -03:00
2016-09-19 16:31:04 -03:00
2013-12-09 14:50:50 -02:00
2016-09-06 16:21:24 -03:00
2014-09-21 20:12:13 -03:00
2015-11-17 06:57:11 -02:00
2016-09-06 16:21:24 -03:00
2016-08-24 13:47:02 -03:00
2016-11-16 15:20:59 -02:00
2016-07-12 13:35:46 -03:00
2016-08-24 09:46:09 -03:00
2016-01-11 12:19:03 -02:00
2015-11-17 06:57:11 -02:00
2015-08-11 13:00:15 -03:00
2015-08-11 13:00:15 -03:00
2016-07-12 11:17:19 -03:00
2016-09-06 16:21:24 -03:00
2015-08-11 13:00:15 -03:00
2016-11-11 08:45:08 -08:00
2016-11-16 15:40:20 -02:00
2015-08-11 13:00:15 -03:00
2016-01-11 12:19:03 -02:00
2016-01-11 12:19:03 -02:00
2015-11-17 06:57:11 -02:00
2016-09-09 10:41:17 -03:00
2015-10-03 11:39:48 -03:00
2016-11-18 10:06:49 -02:00
2016-02-02 14:28:56 -02:00
2015-11-17 06:57:29 -02:00
2016-01-11 12:19:03 -02:00
2016-09-09 10:41:17 -03:00
2016-01-11 12:19:03 -02:00
2016-06-28 07:55:39 -03:00
2016-02-01 07:29:14 -02:00
2016-06-28 08:01:51 -03:00
2016-01-11 12:19:03 -02:00
2016-01-25 15:15:37 -02:00
2015-08-11 13:00:15 -03:00
2015-11-17 06:57:11 -02:00
2016-09-19 16:20:02 -03:00
2016-09-06 16:21:24 -03:00
2016-02-01 10:02:40 -02:00
2016-09-22 10:15:16 -03:00
2016-01-11 12:19:03 -02:00
2013-08-18 08:27:07 -03:00
2015-08-11 13:00:15 -03:00
2015-11-17 06:57:11 -02:00
2015-08-11 13:00:15 -03:00
2015-08-11 13:00:15 -03:00
2016-07-12 11:17:19 -03:00
2015-11-17 06:57:11 -02:00
2015-08-11 13:00:15 -03:00
2016-10-21 15:15:06 -02:00
2014-12-23 11:29:01 -02:00
2015-08-11 13:00:15 -03:00
2015-11-17 06:57:11 -02:00
2015-07-17 09:59:28 -03:00
2016-07-08 15:01:18 -03:00
2015-08-11 13:00:15 -03:00
2015-08-11 13:00:15 -03:00
2015-08-11 13:00:15 -03:00
2015-08-11 13:00:15 -03:00
2016-05-07 11:47:12 -03:00
2013-06-17 09:52:31 -03:00
2016-09-06 16:21:24 -03:00
2016-09-06 16:21:24 -03:00
2016-10-21 08:51:29 -02:00
2016-10-24 17:30:03 -02:00
2016-08-24 16:49:18 -03:00
2016-09-06 16:21:24 -03:00
2014-05-24 17:11:26 -03:00
2015-08-11 13:00:15 -03:00
2015-08-11 13:00:15 -03:00
2015-11-17 06:57:11 -02:00
2015-11-17 06:57:11 -02:00
2015-11-17 06:57:11 -02:00
2015-08-11 13:00:15 -03:00
2016-02-01 07:59:43 -02:00
2016-09-06 16:21:24 -03:00
2015-08-11 13:00:15 -03:00
2016-07-12 11:17:19 -03:00