staging: nvec: specify a platform-device base id
authorMarc Dietrich <marvin24@gmx.de>
Tue, 20 Jan 2015 22:01:28 +0000 (23:01 +0100)
committerGreg Kroah-Hartman <greg@kroah.com>
Wed, 21 Jan 2015 02:31:09 +0000 (10:31 +0800)
commit3ec698816ab3a7aca39dd3389115840a48d5266d
treeb435ac1e2ee5d065e25d980e702a87f100e3f5de
parent6e49557b316e8db983a6d40d18e88ab0ba8571ef
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 <zombah@gmail.com>
Signed-off-by: Marc Dietrich <marvin24@gmx.de>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/nvec/nvec.c