From: Pascal Terjan Date: Thu, 15 Nov 2007 00:58:39 +0000 (-0800) Subject: cm40x0_cs.c: fix debug macros X-Git-Tag: v2.6.24-rc3~125 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddd73611b7bddbc0a9079f27a1471f635100aaab;p=pandora-kernel.git cm40x0_cs.c: fix debug macros When PCMCIA_DEBUG is set, cm40x0_cs.c and cm4000_cs.c don't build because the definition of reader_to_dev uses a non-existent handle field of the struct pcmcia_device in the call to handle_to_dev. As handle_to_dev works on struct pcmcia_device, the fix is quite trivial. Signed-off-by: Pascal Terjan Cc: Harald Welte Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed