Details
Details
- Reviewers
jkoshy emaste gnn - Group Reviewers
pmc - Commits
- rGf4fac946c6a5: hwpmc: split out PMC_OP_PMCRELEASE
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/dev/hwpmc/hwpmc_mod.c | ||
---|---|---|
3648 | How about returning early in case of an error? Doing so would be consistent with the way errors error = pmc_find_pmc(...) if (error != 0) return (error); |
sys/dev/hwpmc/hwpmc_mod.c | ||
---|---|---|
3648 | Sure thing. Not sure why I structured this one this way... |