Skip to content
Commit ac019360 authored by Jeff Garzik's avatar Jeff Garzik Committed by David S. Miller
Browse files

[Bluetooth] Eliminate checks for impossible conditions in IRQ handler



Our info structure and info->hdev is always passed to the IRQ handler,
so we don't have to worry about these checks in every interrupt.

Leave a BUG_ON() just to help unwary programmers, but these could
probably be removed as well.

Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent 166d2f6a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment