]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix incorrect switch for IF_TYPE in part.c
authorTor Krill <tor@excito.com>
Thu, 29 May 2008 09:10:30 +0000 (11:10 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 3 Jun 2008 19:46:39 +0000 (21:46 +0200)
commit8ec6e332eace0ee78c71ee5f645d12b06813b86f
tree2be66eed141f91b31d923435c9221fa8f120235e
parentb64b8a0bd310935b70af69ac970952f2b364ae56
Fix incorrect switch for IF_TYPE in part.c

Use correct field in block_dev_desc_t when writing interface type in
dev_print. Error introduced in 574b3195.

Also added fix from Martin Krause

Signed-off-by: Tor Krill <tor@excito.com>
disk/part.c