[SCSI] ufs: use devres functions for ufshcd
authorSeungwon Jeon <tgih.jun@samsung.com>
Thu, 27 Jun 2013 04:31:54 +0000 (13:31 +0900)
committerJames Bottomley <JBottomley@Parallels.com>
Fri, 28 Jun 2013 20:11:28 +0000 (13:11 -0700)
This patch replaces normal calls for resource allocation with devm_*()
derivative functions. It makes resource freeing simpler.

Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: Santosh Y <santoshsy@gmail.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>

No differences found