MIPS: MT: Remove unnecessary semicolons

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Joe Perches 2009-06-28 09:26:09 -07:00 committed by Ralf Baechle
parent 7ca5dc145b
commit 52a7a27cd8

View file

@ -1387,7 +1387,7 @@ static ssize_t store_ntcs(struct device *dev, struct device_attribute *attr,
return len; return len;
out_einval: out_einval:
return -EINVAL;; return -EINVAL;
} }
static struct device_attribute vpe_class_attributes[] = { static struct device_attribute vpe_class_attributes[] = {