Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73131
b: refs/heads/master
c: 0fc3ddd
h: refs/heads/master
i:
  73129: 960d452
  73127: fc177d7
v: v3
  • Loading branch information
Christian Borntraeger authored and Martin Schwidefsky committed Nov 5, 2007
1 parent 32c78ed commit 3ed4dfd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 33583c3657ef30cd7f4cb563071ac23cb6ff69a0
refs/heads/master: 0fc3ddd67a6781238b038165d9dd8c1f9ba81111
4 changes: 4 additions & 0 deletions trunk/drivers/s390/net/smsgiucv.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ static int __init smsg_init(void)
{
int rc;

if (!MACHINE_IS_VM) {
rc = -EPROTONOSUPPORT;
goto out;
}
rc = driver_register(&smsg_driver);
if (rc != 0)
goto out;
Expand Down

0 comments on commit 3ed4dfd

Please sign in to comment.