Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1739186

RE: [PATCH 0/5] constify rio_device_id

From "Bounine, Alexandre" <Alexandre.Bounine@idt.com>
Newsgroups linux.kernel
Subject RE: [PATCH 0/5] constify rio_device_id
Date 2017-09-25 19:30 +0200
Message-ID <utFmG-11y-7@gated-at.bofh.it> (permalink)
References <uiEkh-79h-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Acked-by: Alexandre Bounine <alexandre.bounine@idt.com>

Hi Andrew,

Please apply the patches listed below. I will forward them to you.

Thank you,  

Alex.


-----Original Message-----
From: Arvind Yadav [mailto:arvind.yadav.cs@gmail.com] 
Sent: Saturday, August 26, 2017 4:04 AM
To: mporter@kernel.crashing.org; Bounine, Alexandre <Alexandre.Bounine@idt.com>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH 0/5] constify rio_device_id

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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

RE: [PATCH 0/5] constify rio_device_id "Bounine, Alexandre" <Alexandre.Bounine@idt.com> - 2017-09-25 19:30 +0200
  Re: [PATCH 0/5] constify rio_device_id Andrew Morton <akpm@linux-foundation.org> - 2017-09-26 01:20 +0200
    RE: [PATCH 0/5] constify rio_device_id "Bounine, Alexandre" <Alexandre.Bounine@idt.com> - 2017-09-26 13:30 +0200

csiph-web