From: Grant Likely on 30 Apr 2010 14:00 Hi Linus, Here are the bug fixes and cleanups I've collected for 2.6.34. All pretty minor stuff. g. The following changes since commit 01bf0b64579ead8a82e7cfc32ae44bc667e7ad0f: Linus Torvalds (1): Linux 2.6.34-rc5 are available in the git repository at: git://git.secretlab.ca/git/linux-2.6 merge Dan Carpenter (2): gpio: potential null dereference of: check for IS_ERR() Hector Palacios (1): spi: spidev_test gives error upon 1-byte transfer Roman Tereshonkov (4): spi: release device claimed by bus_find_device_by_name spi: spi_device memory should be released instead of device. omap2_mcspi: Flush posted writes omap2_mcspi: small fixes of output data format Wolfram Sang (1): serial/mpc52xx_uart: Drop outdated comments Documentation/spi/spidev_test.c | 2 +- drivers/gpio/gpiolib.c | 3 ++- drivers/of/of_mdio.c | 2 +- drivers/serial/mpc52xx_uart.c | 33 --------------------------------- drivers/spi/omap2_mcspi.c | 5 +++-- drivers/spi/spi.c | 8 +++++--- 6 files changed, 12 insertions(+), 41 deletions(-) -- Grant Likely, B.Sc., P.Eng. Secret Lab Technologies Ltd. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: Pushdown bkl from v4l ioctls Next: [PATCH 10/11] printk: remove duplicate const |