Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151109
b: refs/heads/master
c: 88efc2c
h: refs/heads/master
i:
  151107: 0a7af24
v: v3
  • Loading branch information
Frank Blaschka authored and Martin Schwidefsky committed Jun 16, 2009
1 parent c91c2d6 commit bfe8078
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b8a2d42a8276d4dbc5a5c99f4422132c43ce3e1d
refs/heads/master: 88efc2c503e82072a19b531d54e02f22de14a132
14 changes: 10 additions & 4 deletions trunk/drivers/s390/net/claw.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
* ESCON CLAW network driver
*
* Linux for zSeries version
* Copyright (C) 2002,2005 IBM Corporation
* Copyright IBM Corp. 2002, 2009
* Author(s) Original code written by:
* Kazuo Iimura (iimura@jp.ibm.com)
* Kazuo Iimura <iimura@jp.ibm.com>
* Rewritten by
* Andy Richter (richtera@us.ibm.com)
* Marc Price (mwprice@us.ibm.com)
* Andy Richter <richtera@us.ibm.com>
* Marc Price <mwprice@us.ibm.com>
*
* sysfs parms:
* group x.x.rrrr,x.x.wwww
Expand Down Expand Up @@ -253,6 +253,11 @@ static void claw_free_wrt_buf(struct net_device *dev);
/* Functions for unpack reads */
static void unpack_read(struct net_device *dev);

static int claw_pm_prepare(struct ccwgroup_device *gdev)
{
return -EPERM;
}

/* ccwgroup table */

static struct ccwgroup_driver claw_group_driver = {
Expand All @@ -264,6 +269,7 @@ static struct ccwgroup_driver claw_group_driver = {
.remove = claw_remove_device,
.set_online = claw_new_device,
.set_offline = claw_shutdown_device,
.prepare = claw_pm_prepare,
};

/*
Expand Down

0 comments on commit bfe8078

Please sign in to comment.