From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Wed, 06 Dec 2017 16:58:27 -0800 Subject: [PATCH 1/6 v3] mmc: meson-gx-mmc: Fix platform_get_irq's error checking In-Reply-To: (Arvind Yadav's message of "Sun, 19 Nov 2017 10:22:43 +0530") References: Message-ID: <7h4lp3mk0c.fsf@baylibre.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Arvind Yadav writes: > The platform_get_irq() function returns negative if an error occurs. > zero or positive number on success. platform_get_irq() error checking > for zero is not correct. > > Signed-off-by: Arvind Yadav Acked-by: Kevin Hilman