Link to probe question

This commit is contained in:
Ciro Santilli
2017-06-24 20:34:43 +01:00
parent fdde3ff828
commit fa9c635a2e

View File

@@ -179,7 +179,8 @@ static irqreturn_t irq_handler(int irq, void *dev)
return ret;
}
/**
/* https://stackoverflow.com/questions/5059501/probe-method-device-drivers/44739823#44739823
*
* Called just after insmod if the hardware device is connected,
* not called otherwise.
*