Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1651959

Re: [PATCH 0/6] PNP: Adjustments for four function implementations

Path csiph.com!aioe.org!bofh.it!news.nic.it!robomod
From Andy Shevchenko <andy.shevchenko@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH 0/6] PNP: Adjustments for four function implementations
Date Sat, 27 May 2017 21:10:01 +0200
Message-ID <tLPg5-85Z-9@gated-at.bofh.it> (permalink)
References <tHtHb-3KQ-3@gated-at.bofh.it>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=dwyDlQHIucMQ6I/N4G/xd0TA1U/quZHgUDapBZKkLPg=; b=mlJhQ9SLV77JZomtVDIPzVx4AMebbhlbGneFK3+339g6hMRH5WPovwwTO9EZDSpUXI CivT0z4KGM7sN1mA92Ay2axaZwYg+juPTUTprhP1xmUzEKYoEkfumqCRfwEXgiga3uzH cXqkeTTOayTHkhSOE6RVKPhkARoeduooqQFiwML3a9EYngyDWAOMHFssv34MVzS0ma1u 8fhx76B0Z4bqnwHN6MoRDcVa3a1eE/GFcHPRb6VJTkgbPBstXBG3xMss7L4R7tcqHUyH 0N91+Cy5ILocM3boYNvtEUuhzrsu+aFI3xvSX2RzxKMNBt8q3FELz3i7NvOco+ADJenD 1pBg==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=dwyDlQHIucMQ6I/N4G/xd0TA1U/quZHgUDapBZKkLPg=; b=cTtCg15SnC47Wl06SsCprvALxsy7ap06LZ4KfxxEKJnqQcKFBiCVgTwsVzXibqZXaS BFcU2XkbENAEpn2ncny43KQETgMu6hz+uoj5cuXLKjlYg5xY68stNz7+rS2obxW5ktte TiAKMmMmXRwyKNzzTmluxqKqcOm5qktoXxeXX/v/dRaaZsCLGtf9K/YD9PWe29NxmkvD avjrNDbwgMsDfmf+gG7fbSaUs0OC+hDJhPZ6y0jSnzvlwpywMi43JyaVISlQTKD2743z JnRSKfhklt7WbsPbPnetUj3KZHq8Utr0mQqSdEy3fSSx9b8f9dUATKGVldHG/7V5FEbD 548g==
X-Gm-Message-State AODbwcCOBSAoPxBADITggmT/KADSd0MmE7We71aaOZslRAX7GiTzN3wE +2Jkzii0tFfwEEcKAOcAYQiJLjNonw==
X-Received by 10.200.36.15 with SMTP id c15mr10724140qtc.124.1495912083302; Sat, 27 May 2017 12:08:03 -0700 (PDT)
MIME-Version 1.0
Content-Type text/plain; charset="UTF-8"
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 36
Organization linux.* mail to news gateway
X-Original-Cc "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>, kernel-janitors@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>
X-Original-Date Sat, 27 May 2017 22:08:02 +0300
X-Original-Message-ID <CAHp75VcX3JfU2X_Q3Y0embLbtFri+xnTOrJ40zQC9PSQU9OZwA@mail.gmail.com>
X-Original-References <94f6ec12-0092-e1e6-3fb1-81f9630eae1f@users.sourceforge.net>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1651959

Show key headers only | View raw


On Mon, May 15, 2017 at 10:10 PM, SF Markus Elfring
<elfring@users.sourceforge.net> wrote:
> From: Markus Elfring <elfring@users.sourceforge.net>
> Date: Mon, 15 May 2017 21:03:21 +0200
>
> A few update suggestions were taken into account
> from static source code analysis.

You need to fold these 6 in to two:
PNP: Improve a size determination
PNP: Delete an error message for a failed memory allocation

And effectively after I'm not sure the first one even needed for now.

>
> Markus Elfring (6):
>   Delete an error message for a failed memory allocation in pnp_alloc()
>   Improve a size determination in pnp_alloc_dev()
>   Improve a size determination in pnp_clone_dependent_set()
>   Delete an error message for a failed memory allocation in pnp_clone_dependent_set()
>   Improve a size determination in quirk_awe32_add_ports()
>   Delete an error message for a failed memory allocation in quirk_awe32_add_ports()
>
>  drivers/pnp/core.c   |  6 ++----
>  drivers/pnp/quirks.c | 15 ++++-----------
>  2 files changed, 6 insertions(+), 15 deletions(-)
>
> --
> 2.13.0
>



-- 
With Best Regards,
Andy Shevchenko

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH 0/6] PNP: Adjustments for four function implementations Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-05-27 21:10 +0200

csiph-web