|
@@ -1935,12 +1935,10 @@ static ssize_t mmc_test_show(struct device *dev,
|
|
|
static ssize_t mmc_test_store(struct device *dev,
|
|
|
struct device_attribute *attr, const char *buf, size_t count)
|
|
|
{
|
|
|
- struct mmc_card *card;
|
|
|
+ struct mmc_card *card = dev_to_mmc_card(dev);
|
|
|
struct mmc_test_card *test;
|
|
|
int testcase;
|
|
|
|
|
|
- card = container_of(dev, struct mmc_card, dev);
|
|
|
-
|
|
|
testcase = simple_strtol(buf, NULL, 10);
|
|
|
|
|
|
test = kzalloc(sizeof(struct mmc_test_card), GFP_KERNEL);
|