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 D94E6C433F5 for ; Wed, 23 Mar 2022 12:35:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242110AbiCWMg3 (ORCPT ); Wed, 23 Mar 2022 08:36:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51412 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231716AbiCWMg3 (ORCPT ); Wed, 23 Mar 2022 08:36:29 -0400 Received: from mail.toke.dk (mail.toke.dk [45.145.95.4]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 699EA140A6 for ; Wed, 23 Mar 2022 05:34:58 -0700 (PDT) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1648038897; bh=ynLlvBFbAghLbTzC3nZ4wJLUSewy18DQiGfQ7N/C3iY=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=TgwfCq3bvWYz6sSN3v9q/RyWdLvND/J6AXiDbepeNIfKUaptEPc4znX696AQGqBq0 L6F3MkSxd7cxSgyKOYvRGIaGsB+XOw93ISz886W75BCXwv6EPfCLvmwtM5IV6jmYXH KEBTODO8HbRrJ6je4FUHD/V+x8G2kviDnoLzwDo8drvYwW1F+w1jJjVjGV+n7GP3Iy LyTotZ3kWI1Ug3bz1giQuZQCmtx6/4/qr6vpeT31nj5WIDP3bZTMP7IjAXS6k+DElf 636DU9XBbLYhGtYEl/HYGPu1raCwQ5H3AMhP97sElh3maCDB/V3cclMo+D3pfP3yC3 QYOY58DGxRh3Q== To: Kalle Valo Cc: Wenli Looi , linux-wireless@vger.kernel.org, ath9k-devel@qca.qualcomm.com Subject: Re: [PATCH 4/6] ath9k: fix ar9003_get_eepmisc In-Reply-To: <87pmmckgnp.fsf@kernel.org> References: <20220320233010.123106-1-wlooi@ucalgary.ca> <20220320233010.123106-5-wlooi@ucalgary.ca> <8735j9vww4.fsf@tynnyri.adurom.net> <87v8w4api4.fsf@toke.dk> <87pmmckgnp.fsf@kernel.org> Date: Wed, 23 Mar 2022 13:34:56 +0100 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87sfr8alu7.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Kalle Valo writes: > Toke H=C3=B8iland-J=C3=B8rgensen writes: > >> Kalle Valo writes: >> >>> Wenli Looi writes: >>> >>>> The current implementation is reading the wrong eeprom type. >>>> >>>> Fixes: d8ec2e ("ath9k: Add an eeprom_ops callback for retrieving >>>> the eepmisc value") >>>> Signed-off-by: Wenli Looi >>> >>> The Fixes tag is wrong, I fixed it in the pending branch. >> >> Ah, oops, my bad for not catching that; thanks for the fixup! :) > > No worries, I'm using Stephen's script which check that :) Ah yes, I thought I recognised the format of the notice ;) -Toke