summaryrefslogtreecommitdiffstats
path: root/disk/part_dos.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-02-29 15:25:49 -0700
committerSimon Glass <sjg@chromium.org>2016-03-14 15:34:50 -0600
commita696d768c1274d667be86abe72869461b9fe0073 (patch)
treee69d3ab2def2dbae84f0cbd7fa0a63c9d4cd4108 /disk/part_dos.c
parent3e8bd469504f5d5a8800a2ea46d664dde701105b (diff)
downloadblackbird-obmc-uboot-a696d768c1274d667be86abe72869461b9fe0073.tar.gz
blackbird-obmc-uboot-a696d768c1274d667be86abe72869461b9fe0073.zip
dm: cbfs: Fix handling of invalid type
The comment for file_cbfs_type() says that it returns 0 for an invalid type. The code appears to check for -1, except that it uses an unsigned variable to store the type. This results in a warning on 64-bit machines. Adjust it to make the meaning clearer. Continue to handle the -1 case since it may be needed. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'disk/part_dos.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud