]> git.openfabrics.org - ~emulex/infiniband.git/commit
staging: dwc2: remove unneeded check
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 29 Apr 2013 19:46:35 +0000 (19:46 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 May 2013 22:23:56 +0000 (15:23 -0700)
commit1208605f1aef0f4fc6b2eaefd6a698dd2214f35a
treee94d8e95323b6638483fde4d77d2cb2ee4970fb5
parent73cfe0e5d5eed21fd3ca4b9698b40a2e5ce68a5e
staging: dwc2: remove unneeded check

The value in params->enable_dynamic_fifo can only be true if the
corresponding bit in hwcfg2 is set, this is already checked by
dwc2_set_param_enable_dynamic_fifo.

Signed-off-by: Matthijs Kooijman <matthijs@stdin.nl>
Acked-by: Paul Zimmerman <paulz@synopsys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dwc2/core.c