From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sylwester Nawrocki Date: Tue, 01 Jan 2013 19:41:07 +0000 Subject: Re: [PATCH RESEND 4/6] clk: s5p-tv: Fix incorrect usage of IS_ERR_OR_NULL Message-Id: <50E33BD3.9020400@gmail.com> List-Id: References: <1355852048-23188-1-git-send-email-linux@prisktech.co.nz> <1355852048-23188-5-git-send-email-linux@prisktech.co.nz> In-Reply-To: <1355852048-23188-5-git-send-email-linux@prisktech.co.nz> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On 12/18/2012 06:34 PM, Tony Prisk wrote: > Resend to include mailing lists. In the future please put such comments after the --- tear line below. > Replace IS_ERR_OR_NULL with IS_ERR on clk_get results. > > Signed-off-by: Tony Prisk > CC: Kyungmin Park > CC: Tomasz Stanislawski > CC: linux-media@vger.kernel.org > --- > drivers/media/platform/s5p-tv/hdmi_drv.c | 10 +++++----- > drivers/media/platform/s5p-tv/mixer_drv.c | 10 +++++----- > drivers/media/platform/s5p-tv/sdo_drv.c | 10 +++++----- > 3 files changed, 15 insertions(+), 15 deletions(-) Applied, after resolving conflict with other patch that addressed those issues in sdo_drv.c file. Thanks.