OSDN Git Service

Initialize kbuf to NULL to quiet the compiler about uninit variables
authorEric Anholt <anholt@freebsd.org>
Mon, 14 Feb 2005 03:22:58 +0000 (03:22 +0000)
committerEric Anholt <anholt@freebsd.org>
Mon, 14 Feb 2005 03:22:58 +0000 (03:22 +0000)
commit2f7cd38c122b2f7f790e51b78a51cc935c9b2f18
tree997ed854e1edd359d700325ecf7b4f9678319515
parent650c0fe391b09479afd787e0b1db0a3e22cc4fcd
Initialize kbuf to NULL to quiet the compiler about uninit variables
    (wasn't an issue). Don't forget to free kbuf if the copyin fails.
shared-core/radeon_state.c