mm/backing-dev.c: remove recently-added WARN_ON()

On second thoughts, this is just going to disturb people while telling us
things which we already knew.

Cc: Peter Korsgaard <jacmet@sunsite.dk>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Kay Sievers <kay.sievers@vrfy.org>
Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Andrew Morton and committed by
Linus Torvalds
69fc208b 437f2f91

+1 -1
+1 -1
mm/backing-dev.c
··· 176 int ret = 0; 177 struct device *dev; 178 179 - if (WARN_ON(bdi->dev)) 180 goto exit; 181 182 va_start(args, fmt);
··· 176 int ret = 0; 177 struct device *dev; 178 179 + if (bdi->dev) /* The driver needs to use separate queues per device */ 180 goto exit; 181 182 va_start(args, fmt);