[SCSI] ufs: don't check resource with devm_ioremap_resource
authorWolfram Sang <wsa@the-dreams.de>
Mon, 29 Jul 2013 19:06:05 +0000 (00:36 +0530)
committerJames Bottomley <JBottomley@Parallels.com>
Mon, 26 Aug 2013 08:51:29 +0000 (12:51 +0400)
commit11f08ca8113d237d4cc732b4f091271c3fd0fc62
tree7f8da28c7d62dcbe45c5cab72b1262a4cef43944
parent6fae39003811e11f10481f43f13ff611ad18c831
[SCSI] ufs: don't check resource with devm_ioremap_resource

devm_ioremap_resource does sanity checks on the given resource. No need to
duplicate this in the driver.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Santosh Y <santoshsy@gmail.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/ufs/ufshcd-pltfrm.c