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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0A9AAC77B73 for ; Mon, 1 May 2023 17:29:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229679AbjEAR3W (ORCPT ); Mon, 1 May 2023 13:29:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59990 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229861AbjEAR3U (ORCPT ); Mon, 1 May 2023 13:29:20 -0400 Received: from mail-pl1-f175.google.com (mail-pl1-f175.google.com [209.85.214.175]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 42FE4AF; Mon, 1 May 2023 10:29:19 -0700 (PDT) Received: by mail-pl1-f175.google.com with SMTP id d9443c01a7336-1ab032d9266so4825045ad.0; Mon, 01 May 2023 10:29:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1682962159; x=1685554159; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=WWsKDfZ9DhyKjlEN9i9uZZa656LlSQHxwvUUbjCDUoo=; b=j//qM7YOWE1lL1zlViiwict6aRSieY4voYe+aovPgxt8dutgTvYFn4gdl/Q7/DdKNq Ip3rt1MQ9OHmVX3aPvmg2u5uj77ENysS//6QHmMuop5Dzbl3T3/YF6WfTPaRX5BfhQaH T7IJMEQw30euAT92jg2PNWJzZpCKZSi/Wv55KSTUbTizAyr+AU/LqC5CD5bFj8zI8oBe qAM+1DQ//oRiEDG3ZxkPCEqmnvOvlbBX+I1hg6JVIVxK5OPhupoxaG3d7AuE8gn58XGb vXkekX8BF/9XsGvD+hA9B9KL7EeDvVIPq2l60zgrr+5inFkd8gwtpOscsHRO8o0UHxDa 7tmA== X-Gm-Message-State: AC+VfDzk4hTOn4Aqa4hOcajmOF8RPRvQzFZCWXcikrFQWaEPNSKiGDeh pSwjfS5SGCQC8IVqpjMdbn0= X-Google-Smtp-Source: ACHHUZ7exqEKOU58Z3etuBG+Bq1RB/laict4/LvWmqHGfBFqATOlJp9iFQAiPQqbkML28YnLnb8F6w== X-Received: by 2002:a17:903:1210:b0:1aa:cddd:57d8 with SMTP id l16-20020a170903121000b001aacddd57d8mr10863482plh.30.1682962158619; Mon, 01 May 2023 10:29:18 -0700 (PDT) Received: from ?IPV6:2620:15c:211:201:eba5:79b2:92dd:67e? ([2620:15c:211:201:eba5:79b2:92dd:67e]) by smtp.gmail.com with ESMTPSA id jj22-20020a170903049600b001aafe4f9b8esm1458414plb.180.2023.05.01.10.29.16 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 01 May 2023 10:29:17 -0700 (PDT) Message-ID: Date: Mon, 1 May 2023 10:29:14 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.1 Subject: Re: [PATCH] scsi: ufs: core: Change the module parameter macro of use_mcq_mode Content-Language: en-US To: keosung.park@samsung.com, ALIM AKHTAR , "avri.altman@wdc.com" , "jejb@linux.ibm.com" , "martin.petersen@oracle.com" , "stanley.chu@mediatek.com" , "mani@kernel.org" , "quic_asutoshd@quicinc.com" , "beanhuo@micron.com" , "linux-scsi@vger.kernel.org" , "linux-kernel@vger.kernel.org" References: <20230427094420epcms2p1043333a3e0c0cf58e66164e0b83b3b02@epcms2p1> From: Bart Van Assche In-Reply-To: <20230427094420epcms2p1043333a3e0c0cf58e66164e0b83b3b02@epcms2p1> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 4/27/23 02:44, Keoseong Park wrote: > mcq_mode_ops uses only param_{set,get}_bool(). Therefore, convert > module_param_cb() to module_param() and remove the mcq_mode_ops. Reviewed-by: Bart Van Assche