mbox

[GIT,PULL,2/3] ARM: mvebu: fix for v3.7

Message ID E1TOZGE-0003zX-D8@merlin.infradead.org
State New
Headers show

Pull-request

git://git.infradead.org/users/jcooper/linux.git tags/mvebu_gpio_fixes_for_v3.7

Message

Jason Cooper Oct. 17, 2012, 7:25 p.m. UTC
The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:

  Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)

are available in the git repository at:

  git://git.infradead.org/users/jcooper/linux.git tags/mvebu_gpio_fixes_for_v3.7

for you to fetch changes up to 7cf8c9f7810ec1b9feaaa7914aaec4fc73c0c5d5:

  gpio: mvebu: Add missing breaks in mvebu_gpio_irq_set_type (2012-10-17 17:40:18 +0000)

----------------------------------------------------------------
Depends:
 - Based on v3.7-rc1

Adds:
 - missing break;s from converting if{}s to switch{}

----------------------------------------------------------------
Axel Lin (1):
      gpio: mvebu: Add missing breaks in mvebu_gpio_irq_set_type

 drivers/gpio/gpio-mvebu.c | 3 +++
 1 file changed, 3 insertions(+)

Comments

Olof Johansson Oct. 18, 2012, 12:17 a.m. UTC | #1
On Wed, Oct 17, 2012 at 12:25 PM, Jason Cooper <jason@lakedaemon.net> wrote:
> The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:
>
>   Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)
>
> are available in the git repository at:
>
>   git://git.infradead.org/users/jcooper/linux.git tags/mvebu_gpio_fixes_for_v3.7


Pulled into fixes. As mentioned on IRC, you could have done a combined
branch with all patches here, splitting them up is a little overkill.
But either way is alright.


-Olof