mbox

[GIT,PULL,1/4] ARM: tegra: cleanups for 3.12

Message ID 1376673628-5867-1-git-send-email-swarren@wwwdotorg.org
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git tegra-for-3.12-cleanup

Message

Stephen Warren Aug. 16, 2013, 5:20 p.m. UTC
This branch includes a single cleanup patch which removes redundant
error-handling for platform_get_resource().

----------------------------------------------------------------

The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:

  Linux 3.11-rc1

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git tegra-for-3.12-cleanup

for you to fetch changes up to 946a88df76a2c5a9f4087fb41efd9d2763872302:

  tegra: simplify use of devm_ioremap_resource

----------------------------------------------------------------

Julia Lawall (1):
      tegra: simplify use of devm_ioremap_resource

 drivers/iommu/tegra-smmu.c  | 2 --
 drivers/memory/tegra20-mc.c | 2 --
 drivers/memory/tegra30-mc.c | 2 --
 3 files changed, 6 deletions(-)

Comments

Kevin Hilman Aug. 20, 2013, 11:42 p.m. UTC | #1
Stephen Warren <swarren@wwwdotorg.org> writes:

> This branch includes a single cleanup patch which removes redundant
> error-handling for platform_get_resource().
>
> ----------------------------------------------------------------
>
> The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:
>
>   Linux 3.11-rc1
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git tegra-for-3.12-cleanup
>
> for you to fetch changes up to 946a88df76a2c5a9f4087fb41efd9d2763872302:
>
>   tegra: simplify use of devm_ioremap_resource

Pulled into next/cleanup.

Kevin