mtd: add missing breaks in a switch
On platforms supporting both: TRX and Seama calling "fixtrx" was resulting in trying to fix Seama as well. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Backport of r49301 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@49303 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
59537359b7
commit
c3c7d8b142
|
@ -900,10 +900,12 @@ int main (int argc, char **argv)
|
|||
if (mtd_fixtrx) {
|
||||
mtd_fixtrx(device, offset);
|
||||
}
|
||||
break;
|
||||
case CMD_RESETBC:
|
||||
if (mtd_resetbc) {
|
||||
mtd_resetbc(device);
|
||||
}
|
||||
break;
|
||||
case CMD_FIXSEAMA:
|
||||
if (mtd_fixseama)
|
||||
mtd_fixseama(device, 0);
|
||||
|
|
Loading…
Reference in New Issue