Hi Andrei, On Wed, Oct 16, 2013, Andrei Emeltchenko wrote: > +static void read_index_list_complete(uint8_t status, uint16_t length, > + const void *param, void *user_data) > +{ > + const struct mgmt_rp_read_index_list *rp = param; > + uint16_t num; > + int i; > + > + info(__func__); Seems like this one should just be a DBG("") (or just remove it completely). > + num = btohs(rp->num_controllers); > + > + DBG("%s: Number of controllers: %u", __func__, num); Again, the __func__ seems redundant since this is a DBG() call. Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html