
17 Jun
2012
17 Jun
'12
3:05 p.m.
On Sun, Jun 17, 2012 at 9:58 AM, Otavio Salvador otavio@ossystems.com.br wrote:
-static char *get_imx_type(u32 imxtype) +static const char *get_imx_type(u32 imxtype)
This is OK, but ...
{ switch (imxtype) { case 0x63: @@ -80,7 +80,7 @@ static char *get_imx_type(u32 imxtype) case 0x53: return "53"; default:
- return "unknown";
- return "<unidentified>";
I really don't see any improvement here.