Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268063
b: refs/heads/master
c: 76c39d4
h: refs/heads/master
i:
  268061: 99a1767
  268059: ef26c24
  268055: 3381ef5
  268047: 6938a19
  268031: 5af5175
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Aug 29, 2011
1 parent 224b1f4 commit b7d299e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 95ff7cde91f5513ebc95ccf0cd482f07dc3454e4
refs/heads/master: 76c39d429d606d8f9b354ee2b1973b76c8331b1f
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ static void process_chn_event(u32 relid)
*/
channel = relid2channel(relid);

if (channel) {
if (channel && (channel->onchannel_callback != NULL)) {
channel->onchannel_callback(channel->channel_callback_context);
} else {
pr_err("channel not found for relid - %u\n", relid);
Expand Down

0 comments on commit b7d299e

Please sign in to comment.