Hi Kiran, > This reverts commit a63f23c9d139377833a139b179793fea79ee198f. > > get_unaligned_{le16|le32|le64}(p) is meant to replace code of the form > le16_to_cpu(get_unaligned((__le16 *)p)). There is no need to explicitly > do leXX_to_cpu() if get_unaligned_leXX() is used. > > https://lwn.net/Articles/277779/ > > Reported-by: kernel test robot <lkp@xxxxxxxxx> > Signed-off-by: Kiran K <kiran.k@xxxxxxxxx> > --- > drivers/bluetooth/btintel.c | 21 +++++++-------------- > 1 file changed, 7 insertions(+), 14 deletions(-) patch has been applied to bluetooth-next tree. Regards Marcel