From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Date: Sun, 24 Sep 2017 10:35:23 +0000 Subject: Re: [PATCH 1/6] [media] omap_vout: Delete an error message for a failed memory allocation in omap_vo Message-Id: <1506249323.11186.3.camel@perches.com> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: SF Markus Elfring , linux-media@vger.kernel.org, Hans Verkuil , Jan Kara , Lorenzo Stoakes , Mauro Carvalho Chehab , Michal Hocko , Muralidharan Karicheri Cc: LKML , kernel-janitors@vger.kernel.org On Sun, 2017-09-24 at 12:22 +0200, SF Markus Elfring wrote: > Omit an extra message for a memory allocation failure in this function. [] > diff --git a/drivers/media/platform/omap/omap_vout.c b/drivers/media/platform/omap/omap_vout.c [] > @@ -1948,7 +1948,5 @@ static int __init omap_vout_create_video_devices(struct platform_device *pdev) > - if (!vout) { > - dev_err(&pdev->dev, ": could not allocate memory\n"); > + if (!vout) > return -ENOMEM; > - } > > vout->vid = k; > vid_dev->vouts[k] = vout; Use normal patch styles. Fix your tools before you send any more patches.