commit | e7bef3ae7833f0b9b91ea644c68cec240a17ad5d | [log] [tgz] |
---|---|---|
author | Pantelis Antoniou <panto@antoniou-consulting.com> | Mon Mar 10 20:05:51 2014 +0200 |
committer | Pantelis Antoniou <panto@antoniou-consulting.com> | Mon Mar 24 11:32:10 2014 +0200 |
tree | c8a1348c5f490f8cc5c88e601fd89f336ae85475 | |
parent | c9e759181a30b2f0f5f603fd8c1128955dc39ad1 [diff] |
mmc: Convert mmc struct's name array to a pointer Using an array is pointless; even more pointless (and scary) is using sprintf to fill it without a format string. Signed-off-by: Pantelis Antoniou <panto@antoniou-consulting.com>