31 Mar, 2011
1 commit
-
Fixes generated by 'codespell' and manually reviewed.
Signed-off-by: Lucas De Marchi
19 Feb, 2011
1 commit
-
Signed-off-by: Uwe Kleine-König
Signed-off-by: Greg Kroah-Hartman
22 Jan, 2011
1 commit
-
Use -E... instead of just E... in a few places where negative error
codes are expected by a functions callers. These were found by grepping
with coccinelle & then inspecting by hand to determine which were bugs.The staging/cxt1e1 driver appears to intentionally use positive E...
error codes in some places, and negative -E... error codes in others,
making it hard to know which is intended where - very likely I missed
some problems in that driver.Signed-off-by: Ralph Loader
Signed-off-by: Greg Kroah-Hartman
11 Dec, 2010
1 commit
-
The driver should not have such a generic global variable name.
Reported-by: Zimny Lech
Cc: Bob Beers
Signed-off-by: Greg Kroah-Hartman
20 Oct, 2010
1 commit
-
eliminate multiple definition of max_mtu by renaming
with cxt1e1_ prefix, similarly rename max_mruSigned-off-by: Bob Beers
Signed-off-by: Greg Kroah-Hartman
08 Oct, 2010
1 commit
-
Changed -objs to -y in Makefile.
Signed-off-by: Tracey Dent
Signed-off-by: Greg Kroah-Hartman
06 Oct, 2010
1 commit
-
Changed to use the proper ccflags-y option
Signed-off-by: Tracey Dent
Acked-by: Sam Ravnborg
Signed-off-by: Greg Kroah-Hartman
21 Sep, 2010
1 commit
-
Signed-off-by: Andy Shevchenko
Signed-off-by: Greg Kroah-Hartman
17 Sep, 2010
1 commit
-
Signed-off-by: Andy Shevchenko
Signed-off-by: Greg Kroah-Hartman
08 Sep, 2010
1 commit
-
init_MUTEX(_LOCKED) and DECLARE_MUTEX are going away. Bulk convert
staging users.Signed-off-by: Thomas Gleixner
Signed-off-by: Greg Kroah-Hartman
06 Sep, 2010
1 commit
-
The Kconfig description for CONFIG_SBE_PMCC4_NCOMM says:
If you have purchased this optional support you must say Y or M
here to allow the driver to operate with the NCOMM product.This is not correct as it can not be built as module,
this patch updates the description accordingly.Signed-off-by: Michael Prokop
Signed-off-by: Greg Kroah-Hartman
19 Jun, 2010
2 commits
-
Current linux kernel has GENERIC_HDLC_VERSION equal to 4, no need to
have dead code in-kernel which was there for ancient kernel versions.Signed-off-by: Jiri Kosina
Signed-off-by: Greg Kroah-Hartman -
Remove all code which is dead for in-kernel driver due to being
ifdefed by LINUX_VERSION_CODE.While at it, also remove surrounding code which is commented out,
or '#if 1' nops.Signed-off-by: Jiri Kosina
Signed-off-by: Greg Kroah-Hartman
12 May, 2010
6 commits
-
Fix build errors by including linux/semaphore.h:
drivers/staging/cxt1e1/pmcc4_private.h:144: error: field 'sr_sem_busy' has incomplete type
drivers/staging/cxt1e1/pmcc4_private.h:146: error: field 'sr_sem_wait' has incomplete type
drivers/staging/cxt1e1/pmcc4_private.h:189: error: field 'sem_wdbusy' has incomplete type
drivers/staging/cxt1e1/musycc.c:617: error: implicit declaration of function 'down'
drivers/staging/cxt1e1/musycc.c:641: error: implicit declaration of function 'up'Signed-off-by: Randy Dunlap
Signed-off-by: Greg Kroah-Hartman -
Copied from original Patch by Randy Dunlap
Signed-off-by: Peter Huewe
Signed-off-by: Greg Kroah-Hartman -
Added #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
A few line splits for long arguments
A couple of embedded function names converted to "%s", __func__
Removed some uses of THIS_MODULE->nameSigned-off-by: Joe Perches
Signed-off-by: Greg Kroah-Hartman -
On Mon, 2010-05-03 at 10:09 -0700, Randy Dunlap wrote:
> Lots of cxt1e1 source code uses THIS_MODULE->name, which won't build
> when CONFIG_MODULES is not enabled, so use KBUILD_MODNAME instead.Perhaps a conversion to pr_ is better?
Signed-off-by: Joe Perches
Acked-by: Randy Dunlap
Signed-off-by: Greg Kroah-Hartman -
Fix cxt1e1 build error:
drivers/staging/cxt1e1/linux.c:1195: error: 'struct net_device' has no member named 'priv'Signed-off-by: Randy Dunlap
Acked-by: Bob Beers
Signed-off-by: Greg Kroah-Hartman -
Obviously still needs serious attention, but it compiles.
Original author: Rick Dobbs
Add driver to support wanPMC-CxT1E1 card.
This card provides 1-4 ports of T1E1 in PMC form factor.
Note, Rick doesn't want his email showing up as the "From:" author, but
has given his blessing to have the code included in the kernel tree.Signed-off-by: Bob Beers
Signed-off-by: Greg Kroah-Hartman