commit | 2d18c3a91777da28d52bf10472c688e894e3c842 | [log] [tgz] |
---|---|---|
author | Hao Wu <hao.a.wu@intel.com> | Tue May 16 13:24:29 2017 +0800 |
committer | Hao Wu <hao.a.wu@intel.com> | Wed May 17 15:30:44 2017 +0800 |
tree | c36463dcb04137bf8a33f5f05e7850a21de7441a | |
parent | ceaf8ece849b158048e7233fc0a1456ba93801d3 [diff] |
MdeModulePkg/UfsPassThruDxe: Fix typo in UfsPassThruGetTargetLun() For function UfsPassThruGetTargetLun(), the length of the input device node specified by 'DevicePath' should be compared with the size of 'UFS_DEVICE_PATH' rather than the size of 'SCSI_DEVICE_PATH'. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu <hao.a.wu@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com> (cherry picked from commit a8321feebb6af978478e0da559806602bd2dcc7d)