Home
last modified time | relevance | path

Searched hist:"13 d41b53" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/block/
H A Dn64cart.c13d41b53 Mon Jan 25 17:32:43 CST 2021 Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> n64: store dev instance into disk private data

The device instance is declared globally. Remove global variable & use
the disk->private_data to store the device instance in the
n64cart_probe() and get the same instance from bio->bi_disk->private
data in n64cart_submit_bio.

Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Reviewed-by: Lauri Kasanen <cand@gmx.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>