From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751342AbdAPUgP (ORCPT ); Mon, 16 Jan 2017 15:36:15 -0500 Received: from smtp.nue.novell.com ([195.135.221.5]:42518 "EHLO smtp.nue.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750916AbdAPUgM (ORCPT ); Mon, 16 Jan 2017 15:36:12 -0500 From: Matthias Brugger To: gregkh@linuxfoundation.org Cc: tglx@linutronix.de, majun258@huawei.com, linux-kernel@vger.kernel.org, Matthias Brugger Subject: [PATCH] irq/platform-msi: Fix comment about maximal MSIs Date: Mon, 16 Jan 2017 19:48:20 +0100 Message-Id: <1484592500-15400-1-git-send-email-mbrugger@suse.com> X-Mailer: git-send-email 2.6.6 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit aff5e06b0dda ("irq/platform-MSI: Increase the maximum MSIs the MSI framework can support") increases the maximum MSIs to 2048. Fix the comment to reflect that. Signed-off-by: Matthias Brugger --- 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). -- 2.6.6