mtd: maps: rbtx4939-flash: fix compile error
authorBrian Norris <computersforpeace@gmail.com>
Mon, 19 Oct 2015 19:22:57 +0000 (12:22 -0700)
committerBrian Norris <computersforpeace@gmail.com>
Tue, 20 Oct 2015 01:21:25 +0000 (18:21 -0700)
commitff84d2b76312681c1b751b1cc1ec6c476937f101
tree500b8399b18df7ac67b35a08b2e538d97d4bdb96
parent137d36af4a53858b8db7ca83c8480247118b8bdf
mtd: maps: rbtx4939-flash: fix compile error

We got the syntax wrong here. Compile tested this time!

Error:

   drivers/mtd/maps/rbtx4939-flash.c: In function 'rbtx4939_flash_probe':
>> drivers/mtd/maps/rbtx4939-flash.c:99:11: error: request for member 'dev' in something not a structure or union
     info->mtd.dev.parent = &dev->dev;
              ^

Fixes: 9aa7e50276c1 ("mtd: maps: rbtx4939-flash: show parent device in sysfs")
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Cc: Frans Klaver <fransklaver@gmail.com>
drivers/mtd/maps/rbtx4939-flash.c