|
@@ -303,7 +303,7 @@ static int openprom_sunos_ioctl(struct inode * inode, struct file * file,
|
|
struct device_node *dp)
|
|
struct device_node *dp)
|
|
{
|
|
{
|
|
DATA *data = file->private_data;
|
|
DATA *data = file->private_data;
|
|
- struct openpromio *opp;
|
|
|
|
|
|
+ struct openpromio *opp = NULL;
|
|
int bufsize, error = 0;
|
|
int bufsize, error = 0;
|
|
static int cnt;
|
|
static int cnt;
|
|
void __user *argp = (void __user *)arg;
|
|
void __user *argp = (void __user *)arg;
|