From patchwork Fri Jan 6 08:29:03 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Divya Koppera X-Patchwork-Id: 13091062 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 546FAC3DA7A for ; Fri, 6 Jan 2023 08:29:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231245AbjAFI3R (ORCPT ); Fri, 6 Jan 2023 03:29:17 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46562 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229516AbjAFI3P (ORCPT ); Fri, 6 Jan 2023 03:29:15 -0500 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BC43F1AD9F; Fri, 6 Jan 2023 00:29:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1672993754; x=1704529754; h=from:to:cc:subject:date:message-id:mime-version; bh=jdLGkBrqaiJB+dzchBoVMXO4tcey19FNxVWX7NoFdCs=; b=wVbiAZR+I1cMDX/aFU6LTOPo+/dZ6WxzvypS9RiqV0+eb7R1IGGxLdSV WGESyWqh5uPkp4zxJgQgWskWtbP0ESSXeHgk47TdlLqFmOW1UlwEC3XQP sCL95KrNQEh/ZYjQJAJNbOl3IpzvEOwuBzWuikWFh7r0GT6hEX8IhlnVn scj8rI6Ihkwhwb+DSnbdFgiX99SCw0xQWaBfeKw8sKB6NobnI+2m/2Kvw wSqSiVSG4luhE90fZpMaGqhgrQbsGFVQghL6x+Sul/AryZusDMPcYJpO8 74ZytyHLxm33jQTLo1ZVTiEFuwiDkKcgJboR+PACED0XvttD6SxtBwFeR Q==; X-IronPort-AV: E=Sophos;i="5.96,304,1665471600"; d="scan'208";a="191042118" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa4.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 06 Jan 2023 01:29:13 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.16; Fri, 6 Jan 2023 01:29:12 -0700 Received: from training-HP-280-G1-MT-PC.microchip.com (10.10.115.15) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.2507.16 via Frontend Transport; Fri, 6 Jan 2023 01:29:09 -0700 From: Divya Koppera To: , , , , , , , , , , CC: Subject: [PATCH v6 net-next 0/2] Fixed warnings Date: Fri, 6 Jan 2023 13:59:03 +0530 Message-ID: <20230106082905.1159-1-Divya.Koppera@microchip.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org Fixed warnings related to PTR_ERR and initialization. Divya Koppera (2): net: phy: micrel: Fixed error related to uninitialized symbol ret net: phy: micrel: Fix warn: passing zero to PTR_ERR drivers/net/phy/micrel.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) --- 2.17.1