Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64665
b: refs/heads/master
c: ecee51b
h: refs/heads/master
i:
  64663: ab5facb
v: v3
  • Loading branch information
Heiko Carstens authored and Jeff Garzik committed Aug 31, 2007
1 parent b94f0e0 commit 7109b08
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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: cde46035161d677617983177e877c87d89fbb5e1
refs/heads/master: ecee51b755335d3ff254199fc1a2775ea451eecf
4 changes: 2 additions & 2 deletions trunk/drivers/s390/net/qeth.h
Original file line number Diff line number Diff line change
Expand Up @@ -1178,9 +1178,9 @@ qeth_ipaddr_to_string(enum qeth_prot_versions proto, const __u8 *addr,
char *buf)
{
if (proto == QETH_PROT_IPV4)
return qeth_ipaddr4_to_string(addr, buf);
qeth_ipaddr4_to_string(addr, buf);
else if (proto == QETH_PROT_IPV6)
return qeth_ipaddr6_to_string(addr, buf);
qeth_ipaddr6_to_string(addr, buf);
}

static inline int
Expand Down
8 changes: 4 additions & 4 deletions trunk/drivers/s390/net/qeth_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -1760,10 +1760,10 @@ qeth_remove_device_attributes(struct device *dev)
{
struct qeth_card *card = dev->driver_data;

if (card->info.type == QETH_CARD_TYPE_OSN)
return sysfs_remove_group(&dev->kobj,
&qeth_osn_device_attr_group);

if (card->info.type == QETH_CARD_TYPE_OSN) {
sysfs_remove_group(&dev->kobj, &qeth_osn_device_attr_group);
return;
}
sysfs_remove_group(&dev->kobj, &qeth_device_attr_group);
sysfs_remove_group(&dev->kobj, &qeth_device_ipato_group);
sysfs_remove_group(&dev->kobj, &qeth_device_vipa_group);
Expand Down

0 comments on commit 7109b08

Please sign in to comment.