On Wed, Sep 09, 2020 at 05:23:17PM +1000, Stephen Rothwell wrote:
> Hi all,
>
> After merging the driver-core tree, today's linux-next build produced
> this warning:
>
> drivers/mmc/host/davinci_mmc.c: In function 'davinci_mmcsd_probe':
> drivers/mmc/host/davinci_mmc.c:1243:4: warning: ignoring r
Hi all,
After merging the driver-core tree, today's linux-next build produced
this warning:
drivers/mmc/host/davinci_mmc.c: In function 'davinci_mmcsd_probe':
drivers/mmc/host/davinci_mmc.c:1243:4: warning: ignoring return value of
'dev_err_probe' declared with attribute 'warn_unused_result' [-W
On Sun, Aug 4, 2019 at 9:56 PM Stephen Rothwell wrote:
>
> Hi all,
>
> On Mon, 5 Aug 2019 13:04:03 +1000 Stephen Rothwell
> wrote:
> >
> > After merging the driver-core tree, today's linux-next build (powerpc
> > ppc64_defconfig) produced this warning:
> >
> > drivers/of/platform.c:674:12: warni
Hi all,
On Mon, 5 Aug 2019 13:04:03 +1000 Stephen Rothwell
wrote:
>
> After merging the driver-core tree, today's linux-next build (powerpc
> ppc64_defconfig) produced this warning:
>
> drivers/of/platform.c:674:12: warning: 'of_link_to_suppliers' defined but not
> used [-Wunused-function]
>
Hi all,
After merging the driver-core tree, today's linux-next build (powerpc
ppc64_defconfig) produced this warning:
drivers/of/platform.c:674:12: warning: 'of_link_to_suppliers' defined but not
used [-Wunused-function]
static int of_link_to_suppliers(struct device *dev)
^~
On Thu, Aug 01, 2019 at 03:05:37PM +1000, Stephen Rothwell wrote:
> Hi all,
>
> After merging the driver-core tree, today's linux-next build (x86_64
> allmodconfig) produced this warning:
>
> drivers/i2c/i2c-core-acpi.c:347:12: warning: 'i2c_acpi_find_match_adapter'
> defined but not used [-Wunu
Hi all,
After merging the driver-core tree, today's linux-next build (x86_64
allmodconfig) produced this warning:
drivers/i2c/i2c-core-acpi.c:347:12: warning: 'i2c_acpi_find_match_adapter'
defined but not used [-Wunused-function]
static int i2c_acpi_find_match_adapter(struct device *dev, const
On Thu, Jul 04, 2019 at 04:24:35PM +1000, Stephen Rothwell wrote:
> Hi all,
>
> After merging the driver-core tree, today's linux-next build (x86_64
> allmodconfig) produced this warning:
>
> fs/orangefs/orangefs-debugfs.c: In function 'orangefs_debugfs_init':
> fs/orangefs/orangefs-debugfs.c:193
On Thu, Jul 04, 2019 at 04:17:30PM +1000, Stephen Rothwell wrote:
> Hi all,
>
> After merging the driver-core tree, today's linux-next build (arm
> multi_v7_defconfig) produced this warning:
>
> fs/ubifs/debug.c: In function 'dbg_debugfs_init_fs':
> fs/ubifs/debug.c:2812:6: warning: unused variab
Hi all,
After merging the driver-core tree, today's linux-next build (x86_64
allmodconfig) produced this warning:
fs/orangefs/orangefs-debugfs.c: In function 'orangefs_debugfs_init':
fs/orangefs/orangefs-debugfs.c:193:1: warning: label 'out' defined but not used
[-Wunused-label]
out:
^~~
fs/or
Hi all,
After merging the driver-core tree, today's linux-next build (arm
multi_v7_defconfig) produced this warning:
fs/ubifs/debug.c: In function 'dbg_debugfs_init_fs':
fs/ubifs/debug.c:2812:6: warning: unused variable 'err' [-Wunused-variable]
int err, n;
^~~
Introduced by commit
70
On Friday, October 09, 2015 12:01:55 PM Viresh Kumar wrote:
> On 09-10-15, 16:36, Stephen Rothwell wrote:
> > Hi Rafael,
> >
> > On Thu, 08 Oct 2015 22:30:45 +0200 "Rafael J. Wysocki"
> > wrote:
> > >
> > > On Thursday, October 08, 2015 12:39:54 PM Viresh Kumar wrote:
> > > > 1840995c52d4 PM / O
On 08-10-15, 22:30, Rafael J. Wysocki wrote:
> You could have asked me to drop that commit when you decided to rework the
> API.
>
> That would have been much less painful to everybody (and especially to the
> people who saw the breakage and have tried to fix it).
My apologies, I could have done
On 09-10-15, 16:36, Stephen Rothwell wrote:
> Hi Rafael,
>
> On Thu, 08 Oct 2015 22:30:45 +0200 "Rafael J. Wysocki"
> wrote:
> >
> > On Thursday, October 08, 2015 12:39:54 PM Viresh Kumar wrote:
> > > 1840995c52d4 PM / OPP: reuse of_parse_phandle()
> > > f0489a5ef4d0 PM / OPP: Rename opp init/fr
Hi Rafael,
On Thu, 08 Oct 2015 22:30:45 +0200 "Rafael J. Wysocki"
wrote:
>
> On Thursday, October 08, 2015 12:39:54 PM Viresh Kumar wrote:
> > 1840995c52d4 PM / OPP: reuse of_parse_phandle()
> > f0489a5ef4d0 PM / OPP: Rename opp init/free table routines
> > 8f8d37b2537a PM / OPP: Prefix exported
On Thursday, October 08, 2015 12:39:54 PM Viresh Kumar wrote:
> On 08-10-15, 00:47, Rafael J. Wysocki wrote:
> > Well, the conflicting commits here were from the same developer which is
> > kind
> > of annoying.
>
> I do understand why its annoying, but I wasn't doing them in parallel.
> The patc
On 08-10-15, 00:47, Rafael J. Wysocki wrote:
> Well, the conflicting commits here were from the same developer which is kind
> of annoying.
I do understand why its annoying, but I wasn't doing them in parallel.
The patches in Greg's tree were written long after the other series
got applied to your
On Thursday, October 08, 2015 09:04:27 AM Stephen Rothwell wrote:
> Hi Rafael,
>
> On Wed, 07 Oct 2015 23:48:11 +0200 "Rafael J. Wysocki"
> wrote:
> >
> > On Wednesday, October 07, 2015 08:40:59 AM Viresh Kumar wrote:
> > >
> > > On 7 October 2015 at 06:51, Stephen Rothwell
> > > wrote:
> > >
Hi Rafael,
On Wed, 07 Oct 2015 23:48:11 +0200 "Rafael J. Wysocki"
wrote:
>
> On Wednesday, October 07, 2015 08:40:59 AM Viresh Kumar wrote:
> >
> > On 7 October 2015 at 06:51, Stephen Rothwell wrote:
> > >
> > > After merging the driver-core tree, today's linux-next build (arm
> > > multi_v7_d
On Wednesday, October 07, 2015 08:40:59 AM Viresh Kumar wrote:
> Hi Stephen,
>
> On 7 October 2015 at 06:51, Stephen Rothwell wrote:
> > Hi Greg,
> >
> > After merging the driver-core tree, today's linux-next build (arm
> > multi_v7_defconfig) produced this warning:
> >
> > drivers/base/power/opp
Hi Stephen,
On 7 October 2015 at 06:51, Stephen Rothwell wrote:
> Hi Greg,
>
> After merging the driver-core tree, today's linux-next build (arm
> multi_v7_defconfig) produced this warning:
>
> drivers/base/power/opp/debugfs.c: In function 'opp_debug_create_one':
> drivers/base/power/opp/debugfs.
Hi Greg,
After merging the driver-core tree, today's linux-next build (arm
multi_v7_defconfig) produced this warning:
drivers/base/power/opp/debugfs.c: In function 'opp_debug_create_one':
drivers/base/power/opp/debugfs.c:48:7: warning: passing argument 4 of
'debugfs_create_bool' from incompatibl
On Tue, Jun 25, 2013 at 4:33 PM, Stephen Rothwell wrote:
> Hi Greg,
>
> After merging the driver-core tree, today's linux-next build (powerpc
> allnoconfig) produced this warning:
>
> drivers/base/firmware_class.c:221:29: warning: 'fw_lookup_buf' defined but
> not used [-Wunused-function]
>
> Int
Hi Greg,
After merging the driver-core tree, today's linux-next build (powerpc
allnoconfig) produced this warning:
drivers/base/firmware_class.c:221:29: warning: 'fw_lookup_buf' defined but not
used [-Wunused-function]
Introduced by commit 90f8908127b5 ("firmware loader: fix compile warning
wit
24 matches
Mail list logo