linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] constify usb_device_id.
@ 2017-08-06  7:21 Arvind Yadav
  2017-08-06  7:21 ` [PATCH 1/2] video: fbdev: smscufx: " Arvind Yadav
  2017-08-06  7:21 ` [PATCH 2/2] video: fbdev: udlfb: " Arvind Yadav
  0 siblings, 2 replies; 5+ messages in thread
From: Arvind Yadav @ 2017-08-06  7:21 UTC (permalink / raw)
  To: steve.glendinning, b.zolnierkie, bernie; +Cc: linux-fbdev, linux-kernel

usb_device_id are not supposed to change at runtime. All functions
working with usb_device_id provided by <linux/usb.h> work with
const usb_device_id. So mark the non-const structs as const.

Arvind Yadav (2):
  [PATCH 1/2] video: fbdev: smscufx: constify usb_device_id.
  [PATCH 2/2] video: fbdev: udlfb: constify usb_device_id.

 drivers/video/fbdev/smscufx.c | 2 +-
 drivers/video/fbdev/udlfb.c   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-08-21 13:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-06  7:21 [PATCH 0/2] constify usb_device_id Arvind Yadav
2017-08-06  7:21 ` [PATCH 1/2] video: fbdev: smscufx: " Arvind Yadav
2017-08-21 13:56   ` Bartlomiej Zolnierkiewicz
2017-08-06  7:21 ` [PATCH 2/2] video: fbdev: udlfb: " Arvind Yadav
2017-08-21 13:59   ` Bartlomiej Zolnierkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).