Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1264217

Re: [GIT PULL] MFD for v4.4

From Linus Torvalds <torvalds@linux-foundation.org>
Newsgroups linux.kernel
Subject Re: [GIT PULL] MFD for v4.4
Date 2015-11-06 19:50 +0100
Message-ID <qrUff-8aQ-1@gated-at.bofh.it> (permalink)
References <qrKfT-1Vl-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Fri, Nov 6, 2015 at 12:04 AM, Lee Jones <lee.jones@linaro.org> wrote:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/mfd-for-linus-4.4

Ugh.

Maintainers, *please* check new warnings you introduce. We don't have
that many compiler warnings in the kernel, you shouldn't be
introducing new ones and not notice.

This pull request introduces this silly new warning:

    drivers/mfd/rtsx_pcr.c: In function ‘rtsx_pci_set_pull_ctl’:
    drivers/mfd/rtsx_pcr.c:565:6: warning: unused variable ‘err’
[-Wunused-variable]
      int err;
          ^

due to commit b158b69a3765 ("mfd: rtsx: Simplify function return
logic") that removes the actual use of the variable, but not the
variable itself.

                  Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[GIT PULL] MFD for v4.4 Lee Jones <lee.jones@linaro.org> - 2015-11-06 09:10 +0100
  Re: [GIT PULL] MFD for v4.4 Linus Torvalds <torvalds@linux-foundation.org> - 2015-11-06 19:40 +0100
    Re: [GIT PULL] MFD for v4.4 Mark Brown <broonie@kernel.org> - 2015-11-06 22:20 +0100
  Re: [GIT PULL] MFD for v4.4 Linus Torvalds <torvalds@linux-foundation.org> - 2015-11-06 19:50 +0100
    Re: [GIT PULL] MFD for v4.4 Lee Jones <lee.jones@linaro.org> - 2015-11-07 13:50 +0100
      Re: [GIT PULL] MFD for v4.4 Linus Torvalds <torvalds@linux-foundation.org> - 2015-11-07 20:30 +0100
      Re: [GIT PULL] MFD for v4.4 Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-11-09 14:40 +0100
        Re: [GIT PULL] MFD for v4.4 Lee Jones <lee.jones@linaro.org> - 2015-11-10 10:40 +0100

csiph-web