diff for duplicates of <1202164657.7046.5.camel@localhost.localdomain> diff --git a/a/1.txt b/N1/1.txt index c3a5e88..39c5310 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -16,7 +16,7 @@ On Mon, 2008-02-04 at 08:14 -0800, Greg KH wrote: > > > > > > -> > + if (mdev->registered = 0) { +> > + if (mdev->registered == 0) { > > + retval = device_register(&mdev->dev); > > + if (retval) { > > + printk(KERN_INFO diff --git a/a/content_digest b/N1/content_digest index 44546dd..7c7cc6c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\01202113675.6489.6.camel@localhost.localdomain\0" "ref\020080204161437.GA20739@kroah.com\0" "From\0Adrian McMenamin <adrian@newgolddream.dyndns.info>\0" - "Subject\0Re: [PATCH] SH/Dreamcast - fix regressions, whitespace and memory\0" + "Subject\0Re: [PATCH] SH/Dreamcast - fix regressions, whitespace and memory leaks in Maple Bus driver\0" "Date\0Mon, 04 Feb 2008 22:37:37 +0000\0" "To\0Greg KH <greg@kroah.com>\0" "Cc\0Paul Mundt <lethal@linux-sh.org>" @@ -29,7 +29,7 @@ "> > \n" "> > \n" "> > \n" - "> > +\tif (mdev->registered = 0) {\n" + "> > +\tif (mdev->registered == 0) {\n" "> > +\t\tretval = device_register(&mdev->dev);\n" "> > +\t\tif (retval) {\n" "> > +\t\t\tprintk(KERN_INFO\n" @@ -59,4 +59,4 @@ "got round that problem, at the price of testing for the earlier\n" registration. -787b461e3958d1e710a58abbc948a3940a2970c4bbcbc378f4d81e5d38868ff3 +9da7f59ac467fb5fee79c9eef7c4ab3d0fac51beb89a1f7116aba7a18a097848
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.