Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd83e2c2 authored by Andrei Emeltchenko's avatar Andrei Emeltchenko Committed by Johan Hedberg
Browse files

Bluetooth: Do not check func ready existence



Functions will be always defined and in case not implemented as
dummy __no_func.

Signed-off-by: default avatarAndrei Emeltchenko <andrei.emeltchenko@intel.com>
Signed-off-by: default avatarGustavo Padovan <gustavo.padovan@collabora.co.uk>
parent 1afd5be8
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -945,7 +945,6 @@ static void l2cap_chan_ready(struct l2cap_chan *chan)

	chan->state = BT_CONNECTED;

	if (chan->ops->ready)
	chan->ops->ready(chan);
}