]> git.proxmox.com Git - mirror_edk2.git/commit
Clean up PERF macro usage. The macros were being used with 0 as the first parameter...
authordarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 15 Jul 2009 22:09:29 +0000 (22:09 +0000)
committerdarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 15 Jul 2009 22:09:29 +0000 (22:09 +0000)
commit24098ac0b215eae67a3956a5edeb277c7ee51394
treeb884d09262b2defcc17bdf5fe6bff9afa21f18e2
parentd0bd68b21fcbb3caef0bc1581c3dbe3d77a0898f
Clean up PERF macro usage.  The macros were being used with 0 as the first parameter.  This parameter is actually a void*.  All of these instances were corrected to use NULL as the first parameter.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8953 6f19259b-4bc3-4df7-8a09-765794883524
IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBus.c