Re: [PATCH] EISA bus update

From: Marc Zyngier
Date: Tue Aug 19 2003 - 13:43:38 EST


>>>>> "Greg" == Greg KH <greg@xxxxxxxxx> writes:

Greg,

Greg> Marc, why do you think that you do not need to do anything in
Greg> this function? Don't you need to handle the fact that your code
Greg> could be removed before the release function is called?

Well, there is nothing to do in this function, because that's what the
whole driver does: nothing. It just presents a range of IO ports to be
probed to the main EISA code, and nothing else.

If the driver is removed from the kernel (which can't happen at the
moment, since it is not modular), it doesn't matter... Once it has
registered as an EISA bus root, it doesn't get called anymore, the
core code does it all by itself.

So no, I truly don't think there's anything to do in this release
function.

Regards,

M.
--
Places change, faces change. Life is so very strange.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/