Gerrit Renker 1386be55e3 dccp: fix auto-loading of dccp(_probe)
This fixes commit (38ff3e6bb987ec583268da8eb22628293095d43b) ("dccp_probe:
Fix module load dependencies between dccp and dccp_probe", from 15 Jan).

It fixes the construction of the first argument of try_then_request_module(),
where only valid return codes from the first argument should be returned.

What we do now is assign the result of register_jprobe() to ret, without
the side effect of the comparison.

Acked-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-02-03 19:00:31 -08:00
..
2010-02-03 19:00:30 -08:00
2010-02-03 19:00:30 -08:00
2009-08-05 10:42:58 -07:00
2009-10-18 18:52:53 -07:00
2010-02-03 19:00:31 -08:00
2009-10-18 18:52:53 -07:00
2009-10-20 18:55:46 -07:00