SPL ext: cosmetic: correct error message in spl_load_image_ext()
authorPetr Kulhavy <brain@jikos.cz>
Sat, 18 Jun 2016 10:21:17 +0000 (12:21 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 19 Jun 2016 13:57:48 +0000 (09:57 -0400)
commit9ab165d8b05706284de0ee9bd402346c54ae6b15
tree7c755defa804d901b3dff8c4fcb20f09e854e40f
parent7a77e909a22848f5d5820fae58c087b83e90bdbc
SPL ext: cosmetic: correct error message in spl_load_image_ext()

Correct the error message in spl_load_image_ext() when image parsing
fails. Instead of "ext4fs_read failed" print "failed to parse image
header".

Signed-off-by: Petr Kulhavy <brain@jikos.cz>
CC: Guillaume GARDET <guillaume.gardet@free.fr>
CC: Tom Rini <trini@konsulko.com>
common/spl/spl_ext.c