Re: [PATCH 6/8] staging: erofs: fix vle_decompressed_index_clusterofs

From: Dan Carpenter
Date: Mon Aug 13 2018 - 08:03:53 EST


> -static inline unsigned
> -vle_compressed_index_clusterofs(unsigned clustersize,
> - struct z_erofs_vle_decompressed_index *di)
> +static inline int
> +vle_decompressed_index_clusterofs(unsigned int *clusterofs,

Not related to your patch, but don't make functions inline. Leave it to
the compiler to decide.

regards,
dan carpenter