]> git.ipfire.org Git - people/ms/u-boot.git/commit
x86: tnc: Change disable_igd() to have a return value
authorBin Meng <bmeng.cn@gmail.com>
Mon, 1 Feb 2016 09:40:53 +0000 (01:40 -0800)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 5 Feb 2016 04:47:22 +0000 (12:47 +0800)
commit9e36c53dd0b86d8e19c764945401440dee65d016
tree412456271792b4af83bd63a229efed18a3599cef
parent248c4faa9f0499971dadf148e666b087384117f0
x86: tnc: Change disable_igd() to have a return value

So far disable_igd() does not have any return value, but we may need
that in the future.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/queensbay/tnc.c