Re: [stable] Re: [patch 1/7] ieee1394/sbp2: fixes for hot-unplug and module unloading

From: Chris Wright
Date: Fri Oct 07 2005 - 19:21:59 EST


* Grant Coady (grant_lkml@xxxxxxxxxxx) wrote:
> On Fri, 7 Oct 2005 16:54:22 -0700, Greg KH <gregkh@xxxxxxx> wrote:
>
> >+static inline int sbp2util_node_is_available(struct scsi_id_instance_data *scsi_id)
> >+{
> >+ return scsi_id && scsi_id->ne && !scsi_id->ne->in_limbo;
> >+}
> >+
> >
> ^^^^^ How did that 0x0c character sneak in there?

It's from the patched file (predating the patch, yes it should go, but
that's another story).

thanks,
-chris
-
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/