lkml.org 
[lkml]   [2020]   [Dec]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH v7 08/12] media: uvcvideo: Use dev_ printk aliases
On Wed, Dec 23, 2020 at 3:39 PM Ricardo Ribalda <ribalda@chromium.org> wrote:
>
> Replace all the uses of printk() and uvc_printk() with its
> equivalent dev_ alias macros.

> Modify uvc_warn_once() macro to use dev_info instead printk().

...

> +#define uvc_warn_once(_dev, warn, fmt, ...) \
> +do { \
> + if (!test_and_set_bit(warn, &(_dev)->warnings)) \
> + dev_info(&(_dev)->udev->dev, fmt, ##__VA_ARGS__); \
> +} while (0)

...

Why not to use dev_warn_once() instead?

--
With Best Regards,
Andy Shevchenko

\
 
 \ /
  Last update: 2020-12-24 14:02    [W:0.527 / U:0.068 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site