diff for duplicates of <20090711170356.GA5205@suse.de> diff --git a/a/1.txt b/N1/1.txt index f1c15b3..45198e6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -5,11 +5,12 @@ On Sat, Jul 11, 2009 at 10:17:24AM +0200, Jiri Slaby wrote: > > +++ b/drivers/staging/otus/wwrap.c > > @@ -1016,12 +1016,13 @@ void kevent(struct work_struct *work) > > { -> > struct usbdrv_private *macp > > container_of(work, struct usbdrv_private, kevent); +> > struct usbdrv_private *macp = +> > container_of(work, struct usbdrv_private, kevent); > > - zdev_t *dev = macp->device; > > + zdev_t *dev; > > -> > if (macp = NULL) +> > if (macp == NULL) > > { > > return; > > } diff --git a/a/content_digest b/N1/content_digest index 7ae4bb5..a8a1643 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\04A584A94.5010105@gmail.com\0" "From\0Greg KH <gregkh@suse.de>\0" "Subject\0Re: [PATCH 5/5] staging/otus: Move a dereference below a NULL test\0" - "Date\0Sat, 11 Jul 2009 17:03:56 +0000\0" + "Date\0Sat, 11 Jul 2009 10:03:56 -0700\0" "To\0Jiri Slaby <jirislaby@gmail.com>\0" "Cc\0Julia Lawall <julia@diku.dk>" devel@driverdev.osuosl.org @@ -17,11 +17,12 @@ "> > +++ b/drivers/staging/otus/wwrap.c\n" "> > @@ -1016,12 +1016,13 @@ void kevent(struct work_struct *work)\n" "> > {\n" - "> > struct usbdrv_private *macp > > container_of(work, struct usbdrv_private, kevent);\n" + "> > struct usbdrv_private *macp =\n" + "> > container_of(work, struct usbdrv_private, kevent);\n" "> > - zdev_t *dev = macp->device;\n" "> > + zdev_t *dev;\n" "> > \n" - "> > if (macp = NULL)\n" + "> > if (macp == NULL)\n" "> > {\n" "> > return;\n" "> > }\n" @@ -37,4 +38,4 @@ "\n" greg k-h -038a2b509643648093cc7e425717352798ff51844b719669928dad83bc2fd700 +6458537c50c804efd7906ecb65e6b9d9e1dc1b5a59563b44ee8b6364a9ee0aad
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.