[RFC][PATCH V3] axi: add AXI bus driver

Greg KH greg at kroah.com
Mon Apr 11 21:06:31 UTC 2011


On Mon, Apr 11, 2011 at 11:25:14PM +0200, Rafał Miłecki wrote:
> +static void axi_release_core_dev(struct device *dev)
> +{
> +	/* Silent lack-of-release warning */
> +}

Ok, WTF!!!!

As per the documentation in the kernel I now get to publically mock you
for trying to be smarter than the kernel.  Why did you think that if you
just magically gave an empty function to the kernel it would solve the
problem that THE KERNEL WAS TRYING TO TELL YOU TO FIX IN THE FIRST
PLACE?

{sigh}

It's as if no one reads the documentation, or even pays attention to the
message that the kernel spits out and they think they know better.

Totally and completely unacceptable.

Fix this now.

greg k-h



More information about the devel mailing list