From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 836D4C55179 for ; Wed, 28 Oct 2020 21:52:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2977220723 for ; Wed, 28 Oct 2020 21:52:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603921949; bh=/CNRthWv/zqqaUuU7fdYfu5jNxgF5m/g8C7Co0cWMvU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=O+HkAcgucOryMlWrwCrtEq1a99rdtxdPWvYoUvUTqyyBXe5mzZhz36iwu+k5k507y k792uWQNVond2Cd/SBJTC5RjRWmu7/ZgijtoO5wXgj6a3PbcMX9LNqNHixfxeZkqO0 ABCioN6yPyMA+EIP6Jbt3fbpmYz0EYAhw+tm2FqU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728337AbgJ1Vw1 (ORCPT ); Wed, 28 Oct 2020 17:52:27 -0400 Received: from mail.kernel.org ([198.145.29.99]:45006 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728308AbgJ1VwX (ORCPT ); Wed, 28 Oct 2020 17:52:23 -0400 Received: from localhost (unknown [122.171.163.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9963C247E5; Wed, 28 Oct 2020 16:24:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603902243; bh=/CNRthWv/zqqaUuU7fdYfu5jNxgF5m/g8C7Co0cWMvU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=16AV3U8Hb7SUV3i+mcnM23pDnnc7jd6AOpWeDSBxKcbAR02X+YBLLVLPYq+yLT9f2 nipDQEh7jvObnCsNt+c2ATCu4eX1h2WBQJjuIJZjWQttoxkfeHoC6em10rOcpy6chc umIR+Ouu2roUPkEGHReQci20Vpqwoxkus7EspWkY= Date: Wed, 28 Oct 2020 21:53:58 +0530 From: Vinod Koul To: Zou Wei Cc: kishon@ti.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH -next] phy: cpcap-usb: Use IRQF_ONESHOT Message-ID: <20201028162358.GV3550@vkoul-mobl> References: <1603875549-107500-1-git-send-email-zou_wei@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1603875549-107500-1-git-send-email-zou_wei@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 28-10-20, 16:59, Zou Wei wrote: > Fixes coccicheck error: > > ./drivers/phy/motorola/phy-cpcap-usb.c:365:9-34: ERROR: > Threaded IRQ with no primary handler requested without IRQF_ONESHOT Applied, thanks -- ~Vinod