
linux at dominikbrodowski
Oct 24, 2009, 1:24 AM
Post #1 of 1
(189 views)
Permalink
|
|
[git pull] PCMCIA fixes for 2.6.32
|
|
Linus, some PCMCIA bugfixes for 2.6.32 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6/ urgent Please pull from that location. The diffstat and list of changes follows, the individual diffs are sent (at least) to the linux-pcmcia list. Thanks, Dominik ---- Dominik Brodowski (2): pcmcia: pccard_read_tuple and TUPLE_RETURN_COMMON cleanup pcmcia: do not try to store more than 4 version strings Frans Pop (1): pcmcia: properly close previous dev_printk if kzalloc fails in do_io_probe Komuro (1): pcmcia: do not load the pd6729 driver if io_base is 0 Randy Dunlap (1): pcmcia: fix controller printk format warnings Wolfram Sang (1): pcmcia: Fix possible printk format warnings ---- drivers/pcmcia/cistpl.c | 20 +++++++++++--------- drivers/pcmcia/cs_internal.h | 3 +-- drivers/pcmcia/ds.c | 8 ++++---- drivers/pcmcia/i82365.c | 4 ++-- drivers/pcmcia/m32r_cfc.c | 10 ++++++---- drivers/pcmcia/m32r_pcc.c | 10 ++++++---- drivers/pcmcia/m8xx_pcmcia.c | 15 +++++++++------ drivers/pcmcia/pcmcia_ioctl.c | 2 +- drivers/pcmcia/pd6729.c | 6 ++++++ drivers/pcmcia/rsrc_nonstatic.c | 3 ++- drivers/pcmcia/soc_common.c | 5 +++-- drivers/pcmcia/socket_sysfs.c | 2 +- drivers/pcmcia/tcic.c | 4 ++-- 13 files changed, 54 insertions(+), 38 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo [at] vger More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|