You need to sign in or sign up before continuing.
提交 30514ccf 编写于 作者: F Frans Pop 提交者: Dominik Brodowski

pcmcia: properly close previous dev_printk if kzalloc fails in do_io_probe

Signed-off-by: NFrans Pop <elendil@planet.nl>
Signed-off-by: NDominik Brodowski <linux@dominikbrodowski.net>
上级 01373046
...@@ -206,6 +206,7 @@ static void do_io_probe(struct pcmcia_socket *s, unsigned int base, ...@@ -206,6 +206,7 @@ static void do_io_probe(struct pcmcia_socket *s, unsigned int base,
/* First, what does a floating port look like? */ /* First, what does a floating port look like? */
b = kzalloc(256, GFP_KERNEL); b = kzalloc(256, GFP_KERNEL);
if (!b) { if (!b) {
printk("\n");
dev_printk(KERN_ERR, &s->dev, dev_printk(KERN_ERR, &s->dev,
"do_io_probe: unable to kmalloc 256 bytes"); "do_io_probe: unable to kmalloc 256 bytes");
return; return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册