summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem/sim-auth.c
AgeCommit message (Collapse)AuthorFilesLines
2012-12-04atmodem: remove pending idle callbacks at removalMingli Wu1-0/+1
If device probe and removal happen in short succession, it's possible that the idle handler registered in the probe function doesn't run before the device is removed. In this case, the idle handler needs to be unregistered so that it does not run and try to access the data that's destroyed during the removal.
2011-01-29atmodem: remove NULL checkJeevaka Badrappan1-1/+1
2011-01-20sim-auth: Add atmodem driverAndrzej Zaborowski1-0/+163