mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
powerpc: Cleanup from l64 to ll64 change: drivers/char
This is a powerpc specific driver. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
9477e455b4
commit
1901515c79
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ static ssize_t
|
|||
bsr_len_show(struct device *dev, struct device_attribute *attr, char *buf)
|
||||
{
|
||||
struct bsr_dev *bsr_dev = dev_get_drvdata(dev);
|
||||
return sprintf(buf, "%lu\n", bsr_dev->bsr_len);
|
||||
return sprintf(buf, "%llu\n", bsr_dev->bsr_len);
|
||||
}
|
||||
|
||||
static struct device_attribute bsr_dev_attrs[] = {
|
||||
|
|
Loading…
Reference in a new issue