ANDROID: dm: use name_to_dev_t
authorJeremy Compostella <jeremy.compostella@intel.com>
Fri, 15 Apr 2016 11:32:54 +0000 (13:32 +0200)
committerAmit Pundir <amit.pundir@linaro.org>
Thu, 18 Aug 2016 13:26:03 +0000 (18:56 +0530)
commit967ec731fff86e79d89180d56d89761b7a85860f
treec5b96e3550c402381232354fb82e2ba8bab7a04c
parent5a22b1a31236f6e0c833e2fe7a353e4487fd2e82
ANDROID: dm: use name_to_dev_t

This patch makes android_verity_ctr() parse its block device string
parameter with name_to_dev_t().  It allows the use of less hardware
related block device reference like PARTUUID for instance.

Change-Id: Idb84453e70cc11abd5ef3a0adfbb16f8b5feaf07
Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com>
drivers/md/dm-android-verity.c