From: Axel Lin Date: Fri, 23 Nov 2012 16:50:52 +0000 (+0800) Subject: regulator: as3711: Fix valid min_uV/max_UV checking in as3711_bound_check X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~35^2~25^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16ed9f0701d2bb06d96754ba1d3edbf9aa5faeef;p=pandora-kernel.git regulator: as3711: Fix valid min_uV/max_UV checking in as3711_bound_check Below cases are supposed to be valid: min_uV == max_uV == info->max_uV min_uV == max_uV == rdev->desc->min_uV Don't return -EINVAL for above cases. This patch also includes below cleanups: - Use rdev_get_drvdata(rdev) instead of rdev->reg_data. - Remove unnecessary WARN_ON, it looks pointless. Signed-off-by: Axel Lin Acked-by: Guennadi Liakhovetski Signed-off-by: Mark Brown --- Reading git-diff-tree failed