Re: [Qemu-devel] [PATCH V4 2/2] sdhci: Change debug prints to compile unconditionally

2015-09-16 Thread Sai Pavan Boddu
> -Original Message- > From: Michael Tokarev [mailto:m...@tls.msk.ru] > Sent: Wednesday, September 16, 2015 3:56 PM > To: Sai Pavan Boddu; qemu-devel@nongnu.org; > crosthwaitepe...@gmail.com; ebl...@redhat.com; > peter.mayd...@linaro.org > Cc: Sai Pavan Boddu; Edgar Iglesias; Alistair Fra

Re: [Qemu-devel] [PATCH V4 2/2] sdhci: Change debug prints to compile unconditionally

2015-09-16 Thread Michael Tokarev
07.09.2015 21:06, Sai Pavan Boddu wrote: > Conditional compilation hides few type mismatch warnings, fix it to > compile unconditionally. Applied to the trivial-patches tree, thanks! /mjt

[Qemu-devel] [PATCH V4 2/2] sdhci: Change debug prints to compile unconditionally

2015-09-07 Thread Sai Pavan Boddu
Conditional compilation hides few type mismatch warnings, fix it to compile unconditionally. Signed-off-by: Sai Pavan Boddu Suggested-by: Eric Blake Reviewed-by: Peter Crosthwaite --- Changes for V4: fix the commit message mistakes. --- hw/sd/sdhci.c | 36 ++