> + list_for_each_entry(p, &rfkill_list, node) { > + if (p == rfkill) > + return -EEXIST; > + set_bit(p->type, &seen); You should WARN_ON so it can get fixed. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part
> + list_for_each_entry(p, &rfkill_list, node) { > + if (p == rfkill) > + return -EEXIST; > + set_bit(p->type, &seen); You should WARN_ON so it can get fixed. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part