mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/5] constify rio_device_id
@ 2017-08-26  8:03 Arvind Yadav
  2017-08-26  8:03 ` [PATCH 1/5] rapidio: idt_gen2: " Arvind Yadav
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Arvind Yadav @ 2017-08-26  8:03 UTC (permalink / raw)
  To: mporter, alexandre.bounine; +Cc: linux-kernel

rio_device_id are not supposed to change at runtime. rio driver is
working with const 'id_table'. So mark the non-const rio_device_id
structs as const.

Arvind Yadav (5):
  [PATCH 1/5] rapidio: idt_gen2: constify rio_device_id
  [PATCH 2/5] rapidio: idt_gen3: constify rio_device_id
  [PATCH 3/5] rapidio: idtcps: constify rio_device_id
  [PATCH 4/5] rapidio: tsi568: constify rio_device_id
  [PATCH 5/5] rapidio: tsi57x: constify rio_device_id

 drivers/rapidio/switches/idt_gen2.c | 2 +-
 drivers/rapidio/switches/idt_gen3.c | 2 +-
 drivers/rapidio/switches/idtcps.c   | 2 +-
 drivers/rapidio/switches/tsi568.c   | 2 +-
 drivers/rapidio/switches/tsi57x.c   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-09-26 11:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-26  8:03 [PATCH 0/5] constify rio_device_id Arvind Yadav
2017-08-26  8:03 ` [PATCH 1/5] rapidio: idt_gen2: " Arvind Yadav
2017-08-26  8:03 ` [PATCH 2/5] rapidio: idt_gen3: " Arvind Yadav
2017-08-26  8:03 ` [PATCH 3/5] rapidio: idtcps: " Arvind Yadav
2017-08-26  8:03 ` [PATCH 4/5] rapidio: tsi568: " Arvind Yadav
2017-08-26  8:03 ` [PATCH 5/5] rapidio: tsi57x: " Arvind Yadav
2017-09-25 16:45 ` [PATCH 0/5] " Bounine, Alexandre
2017-09-25 23:14   ` Andrew Morton
2017-09-26 11:27     ` Bounine, Alexandre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®