Changeset 8984
- Timestamp:
- 07/29/11 11:18:43 (22 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/Orange-Branch/src/kernel/linux-2.6/waitqueue.c
r8983 r8984 177 177 if( !op ) 178 178 { 179 gossip_debug(GOSSIP_WAIT_DEBUG, "%s: op is null, ignoring\n", 180 __func__); 179 181 return; 180 182 } … … 185 187 op_state_serviced(op) || op_state_purged(op)) ) 186 188 { 189 gossip_debug(GOSSIP_WAIT_DEBUG, "%s: op %p not in a valid state (%0x), " 190 "ignoring\n", __func__, op, op->op_state); 187 191 return; 188 192 }
