Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754583AbdHZIEI (ORCPT ); Sat, 26 Aug 2017 04:04:08 -0400 Received: from mail-pf0-f195.google.com ([209.85.192.195]:37772 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751925AbdHZIEG (ORCPT ); Sat, 26 Aug 2017 04:04:06 -0400 From: Arvind Yadav To: mporter@kernel.crashing.org, alexandre.bounine@idt.com Cc: linux-kernel@vger.kernel.org Subject: [PATCH 0/5] constify rio_device_id Date: Sat, 26 Aug 2017 13:33:42 +0530 Message-Id: <1503734627-6058-1-git-send-email-arvind.yadav.cs@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 727 Lines: 20 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