Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
writeback: fix ppc compile warnings on do_div(long long, unsigned long)
Fix powerpc compile warnings mm/page-writeback.c: In function 'bdi_position_ratio': mm/page-writeback.c:622:3: warning: comparison of distinct pointer types lacks a cast [enabled by default] page-writeback.c:635:4: warning: comparison of distinct pointer types lacks a cast [enabled by default] Also fix gcc "uninitialized var" warnings. Reported-by: Stephen Rothwell <[email protected]> Signed-off-by: Wu Fengguang <[email protected]>
- Loading branch information