Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965233AbdIYRWF convert rfc822-to-8bit (ORCPT ); Mon, 25 Sep 2017 13:22:05 -0400 Received: from mxout2.idt.com ([157.165.5.26]:38295 "EHLO mxout2.idt.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964851AbdIYRWE (ORCPT ); Mon, 25 Sep 2017 13:22:04 -0400 X-Greylist: delayed 2075 seconds by postgrey-1.27 at vger.kernel.org; Mon, 25 Sep 2017 13:21:38 EDT From: "Bounine, Alexandre" To: Andrew Morton CC: "linux-kernel@vger.kernel.org" , "mporter@kernel.crashing.org" , Arvind Yadav Subject: RE: [PATCH 0/5] constify rio_device_id Thread-Topic: [PATCH 0/5] constify rio_device_id Thread-Index: AQHTHkHlsqBTW29ueUKVtnbraV8SfKLF/kRQ Date: Mon, 25 Sep 2017 16:45:09 +0000 Message-ID: <8D983423E7EDF846BB3056827B8CC5D15D5C09B0@corpmail1> References: <1503734627-6058-1-git-send-email-arvind.yadav.cs@gmail.com> In-Reply-To: <1503734627-6058-1-git-send-email-arvind.yadav.cs@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [157.165.140.29] x-tm-as-matchedid: 150567-701625-704425-700685-106230-701738-700274-139006-7 11993-703523-700648-106660-708712-701236-708060-702113-862883-148004-148133 -42000-42003-63 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-TM-AS-MML: disable Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1166 Lines: 38 Acked-by: Alexandre Bounine 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 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