Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3384a04e authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6

parents 046d20b7 74e52aa5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -830,6 +830,9 @@ static int __init mbcs_init(void)
{
	int rv;

	if (!ia64_platform_is("sn2"))
		return -ENODEV;

	// Put driver into chrdevs[].  Get major number.
	rv = register_chrdev(mbcs_major, DEVICE_NAME, &mbcs_ops);
	if (rv < 0) {