From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751513AbdAQJno (ORCPT ); Tue, 17 Jan 2017 04:43:44 -0500 Received: from terminus.zytor.com ([198.137.202.10]:45588 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751047AbdAQJnm (ORCPT ); Tue, 17 Jan 2017 04:43:42 -0500 Date: Tue, 17 Jan 2017 00:55:14 -0800 From: tip-bot for Matthias Brugger Message-ID: Cc: tglx@linutronix.de, mingo@kernel.org, linux-kernel@vger.kernel.org, mbrugger@suse.com, hpa@zytor.com Reply-To: hpa@zytor.com, mbrugger@suse.com, linux-kernel@vger.kernel.org, mingo@kernel.org, tglx@linutronix.de In-Reply-To: <1484592500-15400-1-git-send-email-mbrugger@suse.com> References: <1484592500-15400-1-git-send-email-mbrugger@suse.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:irq/core] irq/platform-msi: Fix comment about maximal MSIs Git-Commit-ID: 788d23930a9724fc85cdf9999521a867d8748019 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 788d23930a9724fc85cdf9999521a867d8748019 Gitweb: http://git.kernel.org/tip/788d23930a9724fc85cdf9999521a867d8748019 Author: Matthias Brugger AuthorDate: Mon, 16 Jan 2017 19:48:20 +0100 Committer: Thomas Gleixner CommitDate: Tue, 17 Jan 2017 09:53:14 +0100 irq/platform-msi: Fix comment about maximal MSIs Commit aff5e06b0dda ("irq/platform-MSI: Increase the maximum MSIs the MSI framework can support") increased the maximum MSIs to 2048. Fix the comment to reflect that. Signed-off-by: Matthias Brugger Cc: gregkh@linuxfoundation.org Cc: majun258@huawei.com Link: http://lkml.kernel.org/r/1484592500-15400-1-git-send-email-mbrugger@suse.com Signed-off-by: Thomas Gleixner --- drivers/base/platform-msi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/base/platform-msi.c b/drivers/base/platform-msi.c index be6a599..0fc7c4d 100644 --- a/drivers/base/platform-msi.c +++ b/drivers/base/platform-msi.c @@ -206,7 +206,7 @@ platform_msi_alloc_priv_data(struct device *dev, unsigned int nvec, { struct platform_msi_priv_data *datap; /* - * Limit the number of interrupts to 256 per device. Should we + * Limit the number of interrupts to 2048 per device. Should we * need to bump this up, DEV_ID_SHIFT should be adjusted * accordingly (which would impact the max number of MSI * capable devices).