Files
linux/drivers
Christophe Jaillet 836daee2df cxgb4: Remove some dead code
This 'BUG_ON(!ep)' can never trigger because we have:
   if (!ep)
      return 0;
just a few lines above. So it can be removed safely.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Acked-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2017-08-17 18:06:37 -04:00
..
2017-07-13 08:03:30 -06:00
2017-07-17 15:00:47 +02:00
2017-08-17 18:06:37 -04:00
2017-07-05 21:46:42 +02:00
2017-07-20 14:40:36 +02:00