Hi Loic, > gpiod_get_optional can return either ERR_PTR or NULL pointer. > NULL case is not tested and then dereferenced later in desc_to_gpio. > Fix this by using non optional version which returns ERR_PTR in any > error case (this is not an optional gpio). > Use the same non optional version for the host-wake gpio. > > Signed-off-by: Loic Poulain <loic.poulain@xxxxxxxxx> > --- > drivers/bluetooth/hci_intel.c | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) patch has been applied to bluetooth-next tree. 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