Hi David, > A workqueue is allowed to sleep so we can safely use GFP_KERNEL instead of > GFP_ATOMIC. This is still legacy code when the driver used timer BHs and not a > worqueue. > > Signed-off-by: David Herrmann <dh.herrmann@xxxxxxxxxxxxxx> > --- > drivers/bluetooth/bcm203x.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) good catch here. We should not use GFP_ATOMIC until we have to. Acked-by: Marcel Holtmann <marcel@xxxxxxxxxxxx> Regards Marcel -- 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