Actions
Feature #3313
open134: Error handling for critical functions in probe()
Start date:
07/31/2012
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
There are several "critical" functions that should normally cause probe() to return nonzero value in case of unsuccessful call. Possible examples are dma_set_mask and usb_register_dev.
Sample commit in linux_stable fixing error handling for dma_set_mask: eb9a2a9.
Actions