From: Marc Dietrich Date: Tue, 20 Jan 2015 22:01:28 +0000 (+0100) Subject: staging: nvec: specify a platform-device base id X-Git-Tag: fixes-v4.0-rc1~99^2~244 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ec698816ab3a7aca39dd3389115840a48d5266d;p=pandora-kernel.git staging: nvec: specify a platform-device base id commit 6e3f62f079 (mfd: core: Fix platform-device id generation) modified the computation of the mfd cell id. Negative numbers forbit the specification of cell ids as we do. Fix this for now by specifying a base of 0 instead. In the long run, this may be changed to automatic cell ids (base -2). Reported-by: Misha Komarovskiy Signed-off-by: Marc Dietrich Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed