commit | dfe925e8e9058c8af0d203ae7262437235623a68 | [log] [tgz] |
---|---|---|
author | Hannes Eder <hannes@hanneseder.net> | Wed Feb 25 13:08:40 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 27 01:00:41 2009 -0800 |
tree | 394e6c445d15e1d71edab15287cbf1b03b0a0b79 | |
parent | fe17f84f5f2a7d6c1a31c04c06a016d4ad5f7dec [diff] |
drivers/isdn/capi: fix sparse warning: context imbalance Impact: Attribute functions with __acquires(...) resp. __releases(...). Fix this sparse warnings: drivers/isdn/capi/kcapi_proc.c:241:13: warning: context imbalance in 'capi_driver_start' - wrong count at exit drivers/isdn/capi/kcapi_proc.c:252:13: warning: context imbalance in 'capi_driver_stop' - unexpected unlock Signed-off-by: Hannes Eder <hannes@hanneseder.net> Signed-off-by: David S. Miller <davem@davemloft.net>