Actions
Bug #5102
opensd_start handler not extracted for gspca_benq.ko, gspca_konica.ko
Start date:
07/18/2014
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
The bug has appeared for newdeg
linux-3.12-rc1.tar.xz;144_2a;drivers/media/usb/gspca/gspca_benq.ko linux-3.12-rc1.tar.xz;144_2a;drivers/media/usb/gspca/gspca_konica.ko
The handler sd_start is not called from entry_point
282 /* sub-driver description */ 283 static const struct sd_desc sd_desc = { 284 .name = MODULE_NAME, 285 .config = sd_config, 286 .init = sd_init, 287 .start = sd_start, 288 .stopN = sd_stopN, 289 .pkt_scan = sd_pkt_scan, 290 };
The modules contain true unsafes
No data to display
Actions