Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1408339
| From | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] remove lots of IS_ERR_VALUE abuses |
| Date | 2016-05-28 00:10 +0200 |
| Message-ID | <rDy78-FP-35@gated-at.bofh.it> (permalink) |
| References | <rDxE5-e5-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 27/05/16 22:23, Arnd Bergmann wrote: > drivers/acpi/acpi_dbg.c | 22 +++++++++++----------- > drivers/ata/sata_highbank.c | 2 +- > drivers/clk/tegra/clk-tegra210.c | 2 +- > drivers/cpufreq/omap-cpufreq.c | 2 +- > drivers/crypto/caam/ctrl.c | 2 +- > drivers/dma/sun4i-dma.c | 16 ++++++++-------- > drivers/gpio/gpio-xlp.c | 2 +- > drivers/gpu/drm/sti/sti_vtg.c | 4 ++-- > drivers/gpu/drm/tilcdc/tilcdc_tfp410.c | 2 +- > drivers/gpu/host1x/hw/intr_hw.c | 2 +- > drivers/iommu/arm-smmu-v3.c | 18 +++++++++--------- ... > drivers/mmc/host/sdhci-of-at91.c | 2 +- > drivers/mmc/host/sdhci.c | 4 ++-- > drivers/net/ethernet/freescale/fman/fman.c | 2 +- > drivers/net/ethernet/freescale/fman/fman_muram.c | 4 ++-- > drivers/net/ethernet/freescale/fman/fman_muram.h | 4 ++-- > drivers/net/wireless/ti/wlcore/spi.c | 4 ++-- > drivers/nvmem/core.c | 22 +++++++++++----------- For nvmem part, Acked-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> > drivers/tty/serial/amba-pl011.c | 2 +- > drivers/tty/serial/sprd_serial.c | 2 +- > drivers/video/fbdev/da8xx-fb.c | 4 ++-- > fs/afs/write.c | 4 ---- > fs/binfmt_flat.c | 6 +++--- > fs/gfs2/dir.c | 15 +++++++++------ > kernel/pid.c | 2 +- > net/9p/client.c | 4 ++-- > sound/soc/qcom/lpass-platform.c | 4 ++-- There is already a patch for this in Mark Brown's sound tree, https://git.kernel.org/cgit/linux/kernel/git/broonie/sound.git/commit/?h=for-linus&id=cef794f76485f4a4e6affd851ae9f9d0eb4287a5 Thanks, srini > 38 files changed, 100 insertions(+), 101 deletions(-)
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] remove lots of IS_ERR_VALUE abuses Arnd Bergmann <arnd@arndb.de> - 2016-05-27 23:40 +0200
Re: [PATCH] remove lots of IS_ERR_VALUE abuses Andrew Morton <akpm@linux-foundation.org> - 2016-05-27 23:50 +0200
Re: [PATCH] remove lots of IS_ERR_VALUE abuses Linus Torvalds <torvalds@linux-foundation.org> - 2016-05-28 00:00 +0200
Re: [PATCH] remove lots of IS_ERR_VALUE abuses Al Viro <viro@ZenIV.linux.org.uk> - 2016-05-28 00:10 +0200
Re: [PATCH] remove lots of IS_ERR_VALUE abuses Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2016-05-28 00:10 +0200
Re: [PATCH] remove lots of IS_ERR_VALUE abuses Linus Torvalds <torvalds@linux-foundation.org> - 2016-05-28 01:30 +0200
csiph-web