Re: [U-Boot] [PATCH] common/usb_kbd.c: fix bug introduced in commit 00b7d6e

2011-12-10 Thread Wolfgang Denk
Dear Wolfgang Denk, In message <1323429107-26670-1-git-send-email...@denx.de> you wrote: > During the rebase of commit 00b7d6e "USB: Squash checkpatch warnings > in usb_kbd.c" I missed a brace, resulting in a number of build errors. > Fix these. > > Signed-off-by: Wolfgang Denk > --- > common/u

[U-Boot] [PATCH] common/usb_kbd.c: fix bug introduced in commit 00b7d6e

2011-12-09 Thread Wolfgang Denk
During the rebase of commit 00b7d6e "USB: Squash checkpatch warnings in usb_kbd.c" I missed a brace, resulting in a number of build errors. Fix these. Signed-off-by: Wolfgang Denk --- common/usb_kbd.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/usb_kbd.c b/co