imx53: add missing break to input driver (fix #957)

This commit is contained in:
Stefan Kalkowski 2013-11-19 14:46:23 +01:00 committed by Norman Feske
parent a7d7337b16
commit debec59e30
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ int main(int argc, char **argv)
plat_drv.enable(Platform::Session::I2C_3);
plat_drv.enable(Platform::Session::BUTTONS);
Input::Tablet_driver::factory(ev_queue);
break;
default:
PWRN("No input driver available for this board");
}