* linux-next: manual merge of the bkl-trivial tree with the pcmcia tree
@ 2010-09-16 4:03 Stephen Rothwell
0 siblings, 0 replies; only message in thread
From: Stephen Rothwell @ 2010-09-16 4:03 UTC (permalink / raw)
To: Arnd Bergmann; +Cc: linux-next, linux-kernel, Dominik Brodowski
Hi Arnd,
Today's linux-next merge of the bkl-trivial tree got a conflict in
drivers/char/pcmcia/cm4000_cs.c drivers/char/pcmcia/cm4040_cs.c between
commit 2cf3b10bf1a5b763c8acb54d61bbfb5fb1814dad ("pcmcia: avoid messages
on module (un)loading") from the pcmcia tree and commit
65c7297b0322453d238b2d23918a3a8b3a223c3b ("drivers: autoconvert trivial
BKL users to private mutex") from the bkl-trivial tree.
Just context changes. I fixed it up (see below) and can carry the fix as
necessary.
--
Cheers,
Stephen Rothwell sfr@canb•auug.org.au
diff --cc drivers/char/pcmcia/cm4000_cs.c
index c7b482d,7d091b6..0000000
--- a/drivers/char/pcmcia/cm4000_cs.c
+++ b/drivers/char/pcmcia/cm4000_cs.c
@@@ -54,6 -55,9 +54,8 @@@
__func__ , ## args); \
} while (0)
+ static DEFINE_MUTEX(cmm_mutex);
-static char *version = "cm4000_cs.c v2.4.0gm6 - All bugs added by Harald Welte";
+
#define T_1SEC (HZ)
#define T_10MSEC msecs_to_jiffies(10)
#define T_20MSEC msecs_to_jiffies(20)
diff --cc drivers/char/pcmcia/cm4040_cs.c
index bf2f046,04c0a89..0000000
--- a/drivers/char/pcmcia/cm4040_cs.c
+++ b/drivers/char/pcmcia/cm4040_cs.c
@@@ -48,6 -49,10 +48,8 @@@
__func__ , ## args); \
} while (0)
+ static DEFINE_MUTEX(cm4040_mutex);
-static char *version =
-"OMNIKEY CardMan 4040 v1.1.0gm5 - All bugs added by Harald Welte";
+
#define CCID_DRIVER_BULK_DEFAULT_TIMEOUT (150*HZ)
#define CCID_DRIVER_ASYNC_POWERUP_TIMEOUT (35*HZ)
#define CCID_DRIVER_MINIMUM_TIMEOUT (3*HZ)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-09-16 4:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-16 4:03 linux-next: manual merge of the bkl-trivial tree with the pcmcia tree Stephen Rothwell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox