forked from len0rd/rockbox
imx233: remove debug panic
Change-Id: I7b6bf2bcac31ff65ae17f4a833587f4a5c9e6d7a
This commit is contained in:
parent
41bf9ebc89
commit
06aa7e83a9
1 changed files with 0 additions and 2 deletions
|
@ -561,8 +561,6 @@ static int init_drive(int drive)
|
||||||
#endif
|
#endif
|
||||||
default: ret = 0;
|
default: ret = 0;
|
||||||
}
|
}
|
||||||
if(ret < 0)
|
|
||||||
panicf("die %d", ret);
|
|
||||||
if(ret < 0)
|
if(ret < 0)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue