lkml.org 
[lkml]   [2012]   [Mar]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRE: [PATCH 1/2] regulator: tps65090: Use IS_ERR to check return value of regulator_register
>  	rdev = regulator_register(&ri->desc, &pdev->dev,
> &tps_pdata->regulator, ri, NULL);
> - if (IS_ERR_OR_NULL(rdev)) {
> + if (IS_ERR(rdev)) {
Thanks Axel, for this patch.
Just today I saw Mark's mail and about to make this change.

Acked-by: Venu Byravarasu <vbyravarasu@nvidia.com>
\
 
 \ /
  Last update: 2012-03-26 05:31    [W:0.046 / U:0.276 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site