From: David S. Miller Date: Mon, 27 Oct 2014 23:16:14 +0000 (-0400) Subject: Merge branch 'unnecessary_resource_check' X-Git-Tag: v3.19-rc1~118^2~337 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=cf7b2003866ca5afc91dcddf9d91b627101f9654;p=~emulex%2Finfiniband.git Merge branch 'unnecessary_resource_check' Varka Bhadram says: ==================== cleanup on resource check This series removes the duplication of sanity check for platform_get_resource() return resource. It will be checked with devm_ioremap_resource() changes since v2: - Merge #1 and #2 patches into single patch - remove the comment changes since v1: - remove NULL dereference on resource_size() ==================== Signed-off-by: David S. Miller --- cf7b2003866ca5afc91dcddf9d91b627101f9654