Merge "rmnet_data: Changing format specifier to %pK"

This commit is contained in:
Linux Build Service Account 2016-09-21 16:21:02 -07:00 committed by Gerrit - the friendly Code Review server
commit ef2585bf91

View file

@ -929,7 +929,7 @@ int rmnet_vnd_add_tc_flow(uint32_t id, uint32_t map_flow, uint32_t tc_flow)
list_add(&(itm->list), &(dev_conf->flow_head)); list_add(&(itm->list), &(dev_conf->flow_head));
write_unlock_irqrestore(&dev_conf->flow_map_lock, flags); write_unlock_irqrestore(&dev_conf->flow_map_lock, flags);
LOGD("Created flow mapping [%s][0x%08X][0x%08X]@%p", LOGD("Created flow mapping [%s][0x%08X][0x%08X]@%pK",
dev->name, itm->map_flow_id, itm->tc_flow_id[0], itm); dev->name, itm->map_flow_id, itm->tc_flow_id[0], itm);
return RMNET_CONFIG_OK; return RMNET_CONFIG_OK;