diff for duplicates of <20161007091204.GA29629@rapoport-lnx> diff --git a/a/1.txt b/N1/1.txt index 956dba4..e7ab1f6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,7 +17,7 @@ On Thu, Oct 06, 2016 at 09:27:36PM -0700, Edward Lipinsky wrote: > > > @@ -11,7 +11,7 @@ void ddk750_set_mmio(void __iomem *addr, unsigned short devId, char revId) > > > devId750 = devId; > > > revId750 = revId; -> > > if (revId = 0xfe) +> > > if (revId == 0xfe) > > > - printk("found sm750le\n"); > > > + pr_info("found sm750le\n"); > > diff --git a/a/content_digest b/N1/content_digest index 4ece44b..7aac4bc 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\020161007042736.GA18046@gmail.com\0" "From\0Mike Rapoport <mike.rapoport@gmail.com>\0" "Subject\0Re: [PATCH] staging: sm750fb: Fix printk() style warning\0" - "Date\0Fri, 07 Oct 2016 09:12:04 +0000\0" + "Date\0Fri, 7 Oct 2016 11:12:04 +0200\0" "To\0Edward Lipinsky <ellipinsky@gmail.com>\0" "Cc\0Greg KH <gregkh@linuxfoundation.org>" devel@driverdev.osuosl.org @@ -33,7 +33,7 @@ "> > > @@ -11,7 +11,7 @@ void ddk750_set_mmio(void __iomem *addr, unsigned short devId, char revId)\n" "> > > \tdevId750 = devId;\n" "> > > \trevId750 = revId;\n" - "> > > \tif (revId = 0xfe)\n" + "> > > \tif (revId == 0xfe)\n" "> > > -\t\tprintk(\"found sm750le\\n\");\n" "> > > +\t\tpr_info(\"found sm750le\\n\");\n" "> > \n" @@ -59,4 +59,4 @@ "Sincerely yours,\n" Mike. -f635899676ff927a5fe7e515c5b068fdbeaa09d7c82c945ea246992d487b367b +b2c5d174b44f3eb0868d9a8f56e0a67259dbcc1205c5be6c47df524c969ef992
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.