On 2020-03-13 02:25, Andy Shevchenko wrote: > On Thu, Mar 12, 2020 at 07:37:16PM -0700, Bart Van Assche wrote: >> Move the get_unaligned_be24(), get_unaligned_le24() and >> put_unaligned_le24() definitions from various drivers into >> include/linux/unaligned/generic.h. Add a put_unaligned_be24() >> implementation. >> >> Cc: Christoph Hellwig <hch@xxxxxx> >> Cc: Keith Busch <kbusch@xxxxxxxxxx> >> Cc: Sagi Grimberg <sagi@xxxxxxxxxxx> >> Cc: Jens Axboe <axboe@xxxxxx> >> Cc: Felipe Balbi <balbi@xxxxxxxxxx> >> Cc: Harvey Harrison <harvey.harrison@xxxxxxxxx> >> Cc: Martin K. Petersen <martin.petersen@xxxxxxxxxx> >> Cc: Ingo Molnar <mingo@xxxxxxxxxx> >> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> >> Cc: H. Peter Anvin <hpa@xxxxxxxxx> >> Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> >> Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> > > Btw, Greg gave Ack to my patch, I think it applies here as well (for USB) > because the change is basically the same. If nobody complains I will add the following: Reviewed-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> # For USB Thanks, Bart.