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

From: Greg KH
Date: Mon Apr 11 2011 - 17:07:52 EST


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
--
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/