Stefan Weil f8687bab91 es1370: Fix debug code
When DEBUG_ES1370 is defined, the compiler shows these warnings:

hw/es1370.c: In function ?es1370_update_voices?:
hw/es1370.c:414: warning: format ?%d? expects type ?int?, but argument 3 has type ?size_t?
hw/es1370.c: In function ?es1370_writel?:
hw/es1370.c:582: warning: format ?%d? expects type ?int?, but argument 3 has type ?long int?
hw/es1370.c:592: warning: format ?%d? expects type ?int?, but argument 3 has type ?long int?
hw/es1370.c:609: warning: format ?%d? expects type ?int?, but argument 3 has type ?long int?
hw/es1370.c: In function ?es1370_readl?:
hw/es1370.c:751: warning: suggest braces around empty body in an ?if? statement

Fix the format strings and add the missing braces.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: malc <av1474@comtv.ru>
2012-05-24 02:03:30 +04:00
..
2012-04-25 10:53:47 +03:00
2012-05-24 02:03:30 +04:00
2012-05-07 19:33:18 +02:00
2012-04-26 12:54:17 +04:00
2012-04-28 20:51:54 +02:00
2012-05-03 07:04:48 +02:00
2012-05-21 15:40:51 -05:00
2012-05-12 14:19:10 +02:00
2012-05-07 08:44:21 +02:00
2012-05-19 15:39:04 +00:00
2012-04-17 10:23:21 +02:00
2012-05-21 15:40:50 -05:00
2012-04-25 10:53:47 +03:00
2012-05-21 15:40:50 -05:00
2012-05-21 15:40:51 -05:00