Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8507
b: refs/heads/master
c: 1d6801f
h: refs/heads/master
i:
  8505: f08aab0
  8503: 64f02f4
v: v3
  • Loading branch information
Michael S. Tsirkin authored and Roland Dreier committed Sep 7, 2005
1 parent 2eb588e commit a3917b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 06c56e44f3e32a859420ecac97996cc6f12827bb
refs/heads/master: 1d6801f9dd3ebb054ae685153a01b1a4ec817f46
4 changes: 2 additions & 2 deletions trunk/drivers/infiniband/core/sa_query.c
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@ static void ib_sa_event(struct ib_event_handler *handler, struct ib_event *event
event->event == IB_EVENT_LID_CHANGE ||
event->event == IB_EVENT_PKEY_CHANGE ||
event->event == IB_EVENT_SM_CHANGE) {
struct ib_sa_device *sa_dev =
ib_get_client_data(event->device, &sa_client);
struct ib_sa_device *sa_dev;
sa_dev = container_of(handler, typeof(*sa_dev), event_handler);

schedule_work(&sa_dev->port[event->element.port_num -
sa_dev->start_port].update_task);
Expand Down

0 comments on commit a3917b2

Please sign in to comment.