And nuke now unnecessary function indirection.
Details
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Paths
| Differential D7103 Authored by sepherosa_gmail.com on Jul 5 2016, 6:33 AM.
Details Summary And nuke now unnecessary function indirection.
Diff Detail
Event Timelinesepherosa_gmail.com updated this revision to Diff 18135.Jul 5 2016, 6:33 AM2016-07-05 06:33:18 (UTC+0) sepherosa_gmail.com retitled this revision from to hyperv/vmbus: Move new channel scan notification to device register. sepherosa_gmail.com updated this object. sepherosa_gmail.com added reviewers: delphij, royger, decui_microsoft.com, honzhan_microsoft.com, howard0su_gmail.com. Closed by commit rS302810: hyperv/vmbus: Move new channel scan notification to device register (authored by sephe). · Explain WhyJul 14 2016, 6:41 AM2016-07-14 06:41:01 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 18406 head/sys/dev/hyperv/vmbus/hv_channel_mgmt.c
head/sys/dev/hyperv/vmbus/vmbus.c
|
Do not use a hard-coded array length here. (const char *) should be enough.