git.misdn.org: new commit at mISDN (socket)
Git <[email protected]>
| Newsgroups | gmane.linux.isdn.i4l.devel |
|---|---|
| Message-ID | <[email protected]> |
commit 3bda9de64ebe1bf7013f803b5d31f5cf0034d904 Author: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]> Date: Sun Feb 21 10:42:32 2010 +0100 Insert Makefile.standalone into Makefile.in Signed-off-by: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]> commit c2348d53044428d5fe144f6b5b64c9893fcc2793 Author: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]> Date: Sat Feb 20 20:59:23 2010 +0100 Fix modules-install Signed-off-by: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]> commit e94267d4c230826cc2bdf5b5bcc2d0b807e2bb1a Author: Jiri Slaby <[email protected]> Date: Tue Feb 2 12:43:46 2010 +0000 isdn: mISDN, don't compile unused stuff Remove these compiler warnings: drivers/isdn/hardware/mISDN/w6692.c:534: warning: `setvolume' defined but not used drivers/isdn/hardware/mISDN/w6692.c:561: warning: `enable_pots' defined but not used by moving the functions inside #if 0 ... #endif. And an alternative is to remove them completely if nobody has plans to use them. Signed-off-by: Jiri Slaby <[email protected]> Cc: Karsten Keil <[email protected]> Signed-off-by: Andrew Morton <akpm-de/[email protected]> Signed-off-by: David S. Miller <davem-fT/PcQaiUtIeIZ0/[email protected]> commit a168dc44b5b93a3770da3d1a858ab53f24c0c3f0 Author: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]> Date: Sat Feb 20 20:36:35 2010 +0100 Add install-sh Signed-off-by: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]> commit d32125b209d9d0b8213b6e3508f8f2c3e6fed6cb Author: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]> Date: Sat Feb 20 20:33:54 2010 +0100 Add README and missing defines in mISDN.cfg.default Signed-off-by: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]> commit f0d48e5fda01968c5c4d32ae6e39c0309b40b5bb Author: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]> Date: Sat Feb 20 19:51:48 2010 +0100 Do not use too much function pointers The irq init and clean functions do not need be called via a function pointer Signed-off-by: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]> commit 7a44da838ce577e51e630547f97b393b7c869cbf Author: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]> Date: Sat Feb 20 19:49:45 2010 +0100 Add few autoconf files to .gitignore Signed-off-by: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]> commit 6cf87929ca69fbb3bf34fe3401fe31b266106b7a Author: Stephen Rothwell <[email protected]> Date: Mon Jul 27 08:05:52 2009 -0700 net: fix multiple definitions of setup_w6692 Signed-off-by: Stephen Rothwell <[email protected]> Acked-by: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]> Signed-off-by: David S. Miller <davem-fT/PcQaiUtIeIZ0/[email protected]> commit 5537f2d01321d72610bb15bcf0f9228045e65398 Author: roel kluin <[email protected]> Date: Fri Jul 31 03:43:59 2009 +0000 mISDN: Read buffer overflow Check whether index is within bounds before testing the element. Signed-off-by: Roel Kluin <[email protected]> Acked-by: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]> Signed-off-by: David S. Miller <davem-fT/PcQaiUtIeIZ0/[email protected]> commit db98bd3f0a72545f69e3f5a0072fa99caa8d9e9f Author: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]> Date: Fri Jul 24 18:26:08 2009 +0200 ISDN: ARRAY_SIZE changes These changes were a direct result of using a semantic patch More information can be found at http://www.emn.fr/x-info/coccinelle/ Modified some of the changes to avoid the extra define. Signed-off-by: Stoyan Gaydarov <[email protected]> Signed-off-by: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]>