On Tue, Jul 24, 2018 at 10:46:26PM +0200, Boris Brezillon wrote: > On Sat, 21 Jul 2018 18:08:13 +0200 > Nicholas Mc Guire <hofrat at osadl.org> wrote: > > > wait_for_completion_timeout returns an unsigned long not int. declare a > > suitably type timeout and fix up assignment and check. > > > > Signed-off-by: Nicholas Mc Guire <hofrat at osadl.org> > > Reported-by: Vignesh R <vigneshr at ti.com> > > Fixes: 140623410536 ("mtd: spi-nor: Add driver for Cadence Quad SPI Flash Controller") > > If you don't mind, I'd like to squash all wait_for_completion_timeout() > fixes into a single commit. > makes sense - no objections to that at all. thx! hofrat